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