smarty.inc.php:

- set $this->template->allow_php_tag = true instead of editing 
  smarty/libs/Smarty.class.php after every smarty upgrade

added smarty/smarty_version with:
- a note about the current smarty version
- a note about additional files not part of the smarty package


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@973 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 82778dba1e
commit 240079c16f

@ -14,6 +14,7 @@ class PFASmarty {
$this->template->template_dir = $incpath.'/templates';
$this->template->compile_dir = $incpath.'/templates_c';
$this->template->config_dir = $incpath.'/'.$this->template->config_dir;
$this->template->allow_php_tag = true;
}
public function assign($key, $value, $sanitise = true) {

@ -0,0 +1,6 @@
$Id$
Smarty version: 3.0.7
Additional files (not part of the official Smarty release):
- libs/plugins/modifier.needle.php
Loading…
Cancel
Save