Category lists has a column of < above - Joomla! Forum - community, help and support
hi there,
weird describe have created new menu item , set list category. above list have load of <'s, 1 each article listed.
can please let me know how rid of these?
cheers
weird describe have created new menu item , set list category. above list have load of <'s, 1 each article listed.
can please let me know how rid of these?
cheers
yes can, had same problem , found solution. don't know if using same template (beez5)?
anyhow, there bug in beez5 template in templates/beez5/html/com_content/category/default_articles.php
in line 117 there double < in code
remove , <<<<< gone !
so should this
anyhow, there bug in beez5 template in templates/beez5/html/com_content/category/default_articles.php
in line 117 there double < in code
code: select all
<<?php if ($this->params->get('list_show_author', 1)) : ?>remove , <<<<< gone !
so should this
code: select all
<?php if ($this->params->get('list_show_author', 1)) : ?>
Comments
Post a Comment