Page 1 of 1
Customized Header and Web Page Title
Posted: 21 Mar 2007, 13:54
by jamespkeane
I am interested in customizing the header and the web page title based on the project that the user has selected (which would be limited by what projects I give them access to).
Does anyone have the code to help me do this?
Thanks,
James
Re: Customized Header and Web Page Title
Posted: 23 Mar 2007, 13:34
by ikutluay
jamespkeane wrote:I am interested in customizing the header and the web page title based on the project that the user has selected (which would be limited by what projects I give them access to).
Does anyone have the code to help me do this?
Thanks,
James
Im not an adavnced user... But in my mind i can advise this method. define an array and put the page titles in this array. I know the page title is parsing by HTML_API file in the core folder. So change the approriate line and desiplay the valu of array not the value of page_title... But can i code this by myself. I dont think so. I know Php but not the PHP 5 methods.
I hope this helps
regards
Posted: 24 Mar 2007, 02:37
by vboctor
You can define a header / footer page that can be html or php pages using the following configuration options:
Code: Select all
# Specify your top/bottom include file (logos, banners, etc)
# if a top file is supplied, the default Mantis logo at the top will be hidden
$g_bottom_include_page = '%absolute_path%';
$g_top_include_page = '%absolute_path%';