The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help calling a template from a php file
I made a special template that has the navbar and a static page.
I want to call this template from a php file This is the code I have thus far: PHP Code:
It works as long as the user is logged in. But when a guest navigates to this php page it says Quote:
How do I fix it so guests can view it also? |
#2
|
||||
|
||||
i normally get that header already sent problem when i put html before php stuff
e.g say <? echo "etoh"; header("Location: index.php"); ?> my suggestion would be try moving your style tag |
#3
|
|||
|
|||
Quote:
That worked, thanks man. :smoke: |
#4
|
||||
|
||||
no problem anytime
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|