VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jooomlaa on July 30, 2014, 09:15:35 AM

Title: pageclass_sfx of joomla-menu-item-conf. not supportet
Post by: jooomlaa on July 30, 2014, 09:15:35 AM
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>