/framework/vendor/smarty2/Smarty2Module.php

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

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