Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SmartyPants
Tiggr
✭
SmartyPants
0
This discussion has been closed.
Comments
Get the extension directory:
define('SMARTY_PANTS_DIR', dirname(__FILE__) . '/'); // insert in line 22
And use it to require (rather than include to ensure it's really working!):
require_once(SMARTY_PANTS_DIR . "smartypants.php");
However, now it works like a charm