The variable should reside in the same area of the file in which the place you want to call it is...
for example,
the left column code is between lines 500-800 ...if you want your template to appear, have its code somewhere in there, not at line 1000
Another example is..
I have code for my index.php in the index.php....but i wanted to show that information in the postbit,..the postbit is located in /includes/functions_showthread.php ...so i had to go into that file and underneath all the globals i had to add my variable names!
If this isnt your problem you will have to post a more detailed explantion....
|