I want to change Description position with gallery position
Posted: 04 Aug 2016, 01:00
Support for Phoca Extensions
https://www.phoca.cz/forum/
Code: Select all
// Category Description
if (isset($this->category->description) && $this->category->description != '' ) {
echo '<div class="pg-cv-desc">'. JHTML::_('content.prepare', $this->category->description) .'</div>'. "\n";
}