/framework/vendor/smarty3/Smarty3Module.php

http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 69fdf72db9abf210f4d091619cf99cbb MD5 · raw file

  1. <?php
  2. class Smarty3Module extends ZoopModule
  3. {
  4. protected function init()
  5. {
  6. $this->addClass('Smarty3');
  7. }
  8. }