_sub_header.html question

Hello,

I would like to know is there a different header file that is called for homepage and when other pages are viewed ?

What i want to do is, when homepage is displayed i want to display a particular background, and another background for all other pages.

Can someone help please

Quote · 18 Apr 2010

As example, you can use template keys, and check, is it index.php. As you can see here are

define('BX_INDEX_PAGE', 1);

or other pages. And process your key in inc\classes\BxDolTemplate.php

Quote · 19 Apr 2010

i downloaded one free template from one website, and in that template he has created two files called _sub_header.html and _sub_header_home.html

only for the home page _sub_header_home.html gets called and for all other pages _sub_header.html is called.

i dont see define('BX_INDEX_PAGE', 1);  anywhere, also i had simply copied that template to templates folder, no other changes were done

So no idea how that guy cud call two sub header files.

Does anyone know how ?

Quote · 19 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.