small bug in heading
1 post
• Page 1 of 1
small bug in heading
file: default_class.php
row: 164
del:
echo '<h2 class="menutitle">'.$menu->name.'</h2>';
insert:
echo '<h2 class="menutitle">'.$this->sitemap->params->get('page_title').'</h2>';
reason: $menu->name is empty
row: 164
del:
echo '<h2 class="menutitle">'.$menu->name.'</h2>';
insert:
echo '<h2 class="menutitle">'.$this->sitemap->params->get('page_title').'</h2>';
reason: $menu->name is empty
- abbyevg
- Fresh Boarder

- Posts: 2
- Joined: Wed Jan 06, 2010 7:06 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest