Quote:
Originally Posted by mholtum
This worked perfectly for me awhile ago.. Now that I want to install it again. When I add:
Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
to the phpinclude_start template, if makes my entire site center justified. I am at a loss for how this could happen
|
I don't know why it did a center justify uless you were missing a code or have something in the wrong place. I have three other lines added in my phpinclude_start but and it still works for me. Here is what my phpinclude_start looks like:
Code:
$postthumbnail = implode("", file("http://www.mysite.net/gallery/thumbincluder11.php"));
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
if ($bbuserinfo['field5'] == 'Left'){$vboptions['legacypostbit'] = 1;}