]> git.pld-linux.org Git - packages/ZoneAdmin.git/commitdiff
- use system Smarty
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 12 Oct 2007 19:31:24 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZoneAdmin-smarty.patch -> 1.1

ZoneAdmin-smarty.patch [new file with mode: 0644]

diff --git a/ZoneAdmin-smarty.patch b/ZoneAdmin-smarty.patch
new file mode 100644 (file)
index 0000000..cffe8f1
--- /dev/null
@@ -0,0 +1,22 @@
+diff -ur ZoneAdmin-0.2-beta1/index.php ZoneAdmin-0.2-beta1.new/index.php
+--- ZoneAdmin-0.2-beta1/index.php      2007-09-27 12:12:39.000000000 +0200
++++ ZoneAdmin-0.2-beta1.new/index.php  2007-10-12 21:27:14.524592357 +0200
+@@ -13,7 +13,7 @@
+ // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
+-require('./includes/smarty/libs/Smarty.class.php');
++require('/usr/share/php/Smarty/Smarty.class.php');
+ require('./includes/defaults.php');
+ require('./includes/config.php');
+@@ -39,7 +39,7 @@
+ $tpl = new Smarty;
+ //smarty plugins laden (im moment nur eine substr() funktion)
+-$tpl->plugins_dir[] = "./includes/smarty_plugins";
++$tpl->plugins_dir[] = "/usr/share/php/Smarty/plugins";
+ //language basis file laden
+ $tpl->config_load(getcwd().'/lang/lang_en.conf','en');
+Tylko w ZoneAdmin-0.2-beta1.new/: index.php~
This page took 0.099216 seconds and 4 git commands to generate.