/framework/vendor/smarty2/Smarty2Module.php
http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · a1b9cf74c057cbda96346434d31eb1f2 MD5 · raw file
- <?php
- class Smarty2Module extends ZoopModule
- {
- protected function init()
- {
- $this->addClass('Smarty2');
- }
- }