breadcrumb

Download and support for PhpBB3 Simple Portal
Locked
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

breadcrumb

Post by neuropass »

Hi Stoker,

Is there a way to hide the breadcrumb on the portal page?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

breadcrumb

Post 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"))
);
Board rules! No PM support
Locked