/framework/vendor/smarty3/Smarty3.php

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

  1. <?php
  2. include dirname(__file__) . '/lib/Smarty.class.php';
  3. class Smarty3 extends Smarty
  4. {
  5. }