]> git.pld-linux.org Git - packages/ZoneAdmin.git/blame - ZoneAdmin-smarty.patch
- use %php_data_dir macro
[packages/ZoneAdmin.git] / ZoneAdmin-smarty.patch
CommitLineData
6d43691d
SP
1diff -ur ZoneAdmin-0.2-beta1/includes/smarty/libs/Smarty.class.php ZoneAdmin-0.2-beta1.new/includes/smarty/libs/Smarty.class.php
2--- ZoneAdmin-0.2-beta1/includes/smarty/libs/Smarty.class.php 2007-09-27 12:12:39.000000000 +0200
36e6ea42 3+++ ZoneAdmin-0.2-beta1.new/includes/smarty/libs/Smarty.class.php 2007-10-12 22:10:07.958967866 +0200
6d43691d
SP
4@@ -79,7 +79,7 @@
5 *
6 * @var string
7 */
8- var $compile_dir = 'templates_c';
36e6ea42 9+ var $compile_dir = '/var/lib/ZoneAdmin/templates_c';
6d43691d
SP
10
11 /**
12 * The directory where config files are located.
13Tylko w ZoneAdmin-0.2-beta1.new/includes/smarty/libs: Smarty.class.php~
e4b761e3
SP
14diff -ur ZoneAdmin-0.2-beta1/index.php ZoneAdmin-0.2-beta1.new/index.php
15--- ZoneAdmin-0.2-beta1/index.php 2007-09-27 12:12:39.000000000 +0200
ff650683 16+++ ZoneAdmin-0.2-beta1.new/index.php 2007-10-12 22:03:29.959241829 +0200
e4b761e3
SP
17@@ -39,7 +39,7 @@
18 $tpl = new Smarty;
19
20 //smarty plugins laden (im moment nur eine substr() funktion)
21-$tpl->plugins_dir[] = "./includes/smarty_plugins";
22+$tpl->plugins_dir[] = "/usr/share/php/Smarty/plugins";
23
24 //language basis file laden
25 $tpl->config_load(getcwd().'/lang/lang_en.conf','en');
26Tylko w ZoneAdmin-0.2-beta1.new/: index.php~
This page took 0.104901 seconds and 4 git commands to generate.