by topdown » 10 Oct 2009, 23:45
You PHP for the CONTACT in the functions
this line that you have on line 3636
- Code: Select all
'CONTACT' => append_sid("{$phpbb_root_path}contact.$phpEx"),
Should be in the head template vars
Adding it after
- Code: Select all
'U_GALLERY_MOD' => append_sid("{$phpbb_root_path}gallery/index.$phpEx"),
'L_ONLINE_EXPLAIN' => $l_online_time,
eg
- Code: Select all
'U_GALLERY_MOD' => append_sid("{$phpbb_root_path}gallery/index.$phpEx"),
'L_ONLINE_EXPLAIN' => $l_online_time,
'CONTACT' => append_sid("{$phpbb_root_path}contact.$phpEx"),
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !