News:

Support the VirtueMart project and become a member

Main Menu

pageclass_sfx of joomla-menu-item-conf. not supportet

Started by jooomlaa, July 30, 2014, 09:15:35 AM

Previous topic - Next topic

jooomlaa

Would it be possible to insert the pageclass_sfx - support for joomla's menu item in virtuemart templates - permanently?
Like this:


$app = JFactory::getApplication('site');
$pageclass =  & $app->getParams('com_content');

<div class"<?php echo $pageclass ->get('pageclass_sfx');">
...
</div>


as child of
<div class="component-content">
</div>