Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pe7er Friend
    #142060

    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…

    degrey Friend
    #309585

    Thank you very much!

    p3rf3ctg3ntl3m4n Friend
    #309596

    <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

    dozza Friend
    #311191

    You beauty!

    tkc12 Friend
    #311485

    Thank you very much! I hope the team updates the file..

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 5 voices, and was last updated by  tkc12 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum