Customized Header and Web Page Title

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
jamespkeane
Posts: 1
Joined: 21 Mar 2007, 12:24

Customized Header and Web Page Title

Post 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
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Re: Customized Header and Web Page Title

Post 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
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post 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%';
Migrate your MantisBT to the MantisHub Cloud
Post Reply