Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hawver Friend
    #142819

    I had the default content installed and I uploaded the template. I found out this bug:

    <?php if ($this->params->get(‘show_page_title’)) : ?>
    <h1 class=”componentheading<?php echo $this->escape($this->params->get( ‘pageclass_sfx’ ); ?>”><?php echo $this->section->title; ?></h1>
    <?php endif; ?>

    Rewrite it to:

    <?php if ($this->params->get(‘show_page_title’)) : ?>
    <h1 class=”componentheading<?php echo $this->escape($this->params->get( ‘pageclass_sfx’ )); ?>”><?php echo $this->section->title; ?></h1>
    <?php endif; ?>

    One ‘)’ is missing in htmlcom_contentsectiondefault.php.

    Error is unexpected ;. 🙂 Btw, thanks for the nice template. (http://www.guifreaks.net)

    marginmedia Friend
    #312325

    What file was this in? I am having troubles with my table styles appearing in IE , could this be the issue?

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

This topic contains 2 replies, has 2 voices, and was last updated by  marginmedia 15 years, 3 months ago.

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