Quote:
Originally Posted by Zachery
You didnt print any templates...
your missing the most important line
eval('print_output("' . fetch_template('TEMPLATE') . '");');
You just made some varibles, you didnt tell the script to display a template i suggest trying generic shell
eval('print_output("' . fetch_template('GENERIC_SHELL') . '");');
|
Gosh that would have saved me a lot of time had I known about it. Howdo use it? How do you populate $HTML? Is it a regular variable or aspecial one?
Also, I still don't get actions? Can someone explain the system in more details?