Changeset 18637 for trunk/index.php


Ignore:
Timestamp:
Oct 13, 2012, 5:55:35 PM (12 years ago)
Author:
rvelices
Message:

bug 2772: remove "Home" from html title pages on index pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r18636 r18637  
    112112$template->set_filenames( array('index'=>'index.tpl') );
    113113//-------------------------------------------------------------- category title
    114 $template_title = $page['title'];
     114$template_title = $page['section_title'];
    115115if (count($page['items']) > 0)
    116116{
Note: See TracChangeset for help on using the changeset viewer.