Theme class.
A simple templating class.
Usage
Load theme with theme::load();
Output html with theme::output();
Replace a tag with theme::replace('tag', 'var');
A simple templating class.
Load theme with theme::load();
Output html with theme::output();
Replace a tag with theme::replace('tag', 'var');
Comments