EDIT: I'm a fruitcake, damn pain pill is kicking my butt right now.
PHP Code:
$templater->register('my_variable', $my_variable);
Missing that from my print_output area.
Thanks tho, at least I understand now.
--------------- Added [DATE]1258523530[/DATE] at [TIME]1258523530[/TIME] ---------------
Ok next question, I am reusing the same variable for different pages so I am not having a cluster of different variables within conditional statements. Right now it seems that is confusing me or its the meds, either way is it safe to say I can keep doing that or should I change it?
PHP Code:
$templater->register('display', $display);
That var is what I am reusing for each page load of do=cat or do=file, etc. Do I need to change it to print_output or what?