...ok. Please humor me
Where do I put that var_dump()??
--------------- Added [DATE]1208796733[/DATE] at [TIME]1208796733[/TIME] ---------------
Ok. I did this (hope it was right)
PHP Code:
$categories = get_categories(0);
var_dump($categories = get_categories);
if (!$categories)
{
$categories = $vbphrase['atlas_no_categories'];
}
Now when I reload the page, this is at the top of it:
string(14) "get_categories"
And in the area where the categories are to show up it says:
get_categories
...and without the "get_categories" in there, I get this at the top:
string(0) ""
And in the page area, nothing.
--------------- Added [DATE]1208802729[/DATE] at [TIME]1208802729[/TIME] ---------------
Ok. I'm gonna start this again from scratch. Gonna have to re-write all.
Thanks for the help though!