Page 1 of 1

breadcrumb

Posted: 10 Sep 2011, 20:00
by neuropass
Hi Stoker,

Is there a way to hide the breadcrumb on the portal page?

breadcrumb

Posted: 10 Sep 2011, 23:13
by Stoker
Sure, find and delete this from portal.php

Code: Select all

// Set up Navlinks
$template->assign_block_vars('navlinks', array(
'FORUM_NAME' => ($user->lang['PORTAL']),
'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}portal.$phpEx"))
);