<em>@pe7er 133411 wrote:</em><blockquote>I’ve installed /Templates/tpl_nickel_j15.zip from the ja_nickel_for_joomla_1.5.x.v1.0.zip file at a Joomla 1.5.11 site.
After creating a new menu link of type Category Blog, the menu link triggers the following error:
Parse error: syntax error, unexpected ‘;’ in /var/www/mysite/templates/ja_nickel/html/com_content/category/blog_item.php on line 21
There’s a bracket missing in line 21:
<h2 class="contentheading<?php echo $this->escape(
$this->item->params->get( 'pageclass_sfx' ); ?>
After I changed it to:
<h2 class="contentheading<?php echo $this->escape(
$this->item->params->get( 'pageclass_sfx' )); ?>
the error was gone…</blockquote>
thanks for sharing