breadcrumb
Posted: 10 Sep 2011, 20:00
Hi Stoker,
Is there a way to hide the breadcrumb on the portal page?
Is there a way to hide the breadcrumb on the portal page?
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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"))
);