/framework/vendor/smarty/SmartyModule.php

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

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