Hello Lordmusic,
Could you check the phpmysql results when you run these queries.
SELECT * FROM template WHERE title='head_newmsg'
Here your looking for 4 or 5 results. When you say 4 style sets does that include the default? Normally though the default (-1) is loaded automatically so if you have one result with templatesetid -1 then that should be ok.
SELECT * FROM template WHERE title='options'
Here you are looking for the last variable. You should see something like:...."; $WOLresolve = "1"; $WOLrefresh = "60"; $checkmessages = "1";
SELECT * FROM template WHERE title='headinclude'
Again, if you have 4 sets of templates then you should have 4 or 5 results. Make sure what's below is at the end of all templates.
#EEEEFF; } </style> $headnewmsg $headnewpm
If everything checks out ok then we'll have to take a look at where you added the code in the global.php script.
Scott
|