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