]> git.pld-linux.org Git - packages/ZoneAdmin.git/blob - ZoneAdmin-smarty.patch
- use %php_data_dir macro
[packages/ZoneAdmin.git] / ZoneAdmin-smarty.patch
1 diff -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
3 +++ ZoneAdmin-0.2-beta1.new/includes/smarty/libs/Smarty.class.php       2007-10-12 22:10:07.958967866 +0200
4 @@ -79,7 +79,7 @@
5       *
6       * @var string
7       */
8 -    var $compile_dir     =  'templates_c';
9 +    var $compile_dir     =  '/var/lib/ZoneAdmin/templates_c';
10  
11      /**
12       * The directory where config files are located.
13 Tylko w ZoneAdmin-0.2-beta1.new/includes/smarty/libs: Smarty.class.php~
14 diff -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
16 +++ ZoneAdmin-0.2-beta1.new/index.php   2007-10-12 22:03:29.959241829 +0200
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');
26 Tylko w ZoneAdmin-0.2-beta1.new/: index.php~
This page took 0.072432 seconds and 3 git commands to generate.