modul u opisu Ignite Gallery

Kako pokazati modul u opisu Ignite Gallery - Joomla galerije slika?

  • VRIJEME ČITANJA: 1 MINUTA

Kako bi mogli prikazati modul unutar opisa galerije u Ignite Gallery potrebno je unutar dokumenta

default_category_description.php

koji se nalazi 

components\com_igallery\views\category\tmpl\default_category_description.php

potrebno je zamjeniti red

<?php echo $this->category->gallery_description; ?>

u

<?php echo JHtml::_('content.prepare', $this->category->gallery_description); ?>