Login     Sign up
Hiding Menu bar from Guests
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Whoops yip my bad page.tpl.php :)

there is no

[code]
echo '<li '.check_menu_on('home/index').'>'.url(uhome(),t('Home')).'</li>';

if (is_array($community_menu)) {

foreach ($community_menu as $item) {

echo '<li '.check_menu_on($item['path']).'>'.url($item['path'],t($item['name'])).'</li>';

}

}[/code]

in page.inc.php anyway

170 months ago
Prev 1 2