Chcę wyświetlić dwa różne CSS
<action method="addItem" ifconfig="module/general/enable">
<type>js_css</type>
<name>module/app.css</name>
</action>
W XML używamy, ifconfigale chcę dodać dwa różne pliki CSS w ten sposób
if (marketplace / general / enable == 1) {
css-1
} else {
css-2
}
W jaki sposób mogę to zrobić?