Insert Menu »  Show posts from    to     

Icy Phoenix


Old Support Topics - Insert Menu



die85go [ Fri 02 Mar, 2007 18:25 ]
Post subject: Insert Menu
could tell me such as you have add your link and categories to menu on the left
and could tell me such as you have add the another box lower copyrigth box

if i want create other new menu ?

how i insert into menu in other pages of my site created by me ?


difus [ Fri 02 Mar, 2007 19:17 ]
Post subject: Re: Insert Menu
in nav_quick_links.tpl you can add a link in left navigation


this is example for blank page
Header - your page - footer and you can add a box after footer
name it as you like and place into ip root

Code: [Hide] [Select]
<?php
define('IN_PHPBB', true);

$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);

include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>

HTML or php Code here

<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>






Powered by Icy Phoenix