]> git.pld-linux.org Git - packages/ZoneAdmin.git/blob - ZoneAdmin-smarty.patch
cffe8f1deb5fcd7d0841f6fff91d567380b93291
[packages/ZoneAdmin.git] / ZoneAdmin-smarty.patch
1 diff -ur ZoneAdmin-0.2-beta1/index.php ZoneAdmin-0.2-beta1.new/index.php
2 --- ZoneAdmin-0.2-beta1/index.php       2007-09-27 12:12:39.000000000 +0200
3 +++ ZoneAdmin-0.2-beta1.new/index.php   2007-10-12 21:27:14.524592357 +0200
4 @@ -13,7 +13,7 @@
5  
6  // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
7  
8 -require('./includes/smarty/libs/Smarty.class.php');
9 +require('/usr/share/php/Smarty/Smarty.class.php');
10  require('./includes/defaults.php');
11  require('./includes/config.php');
12  
13 @@ -39,7 +39,7 @@
14  $tpl = new Smarty;
15  
16  //smarty plugins laden (im moment nur eine substr() funktion)
17 -$tpl->plugins_dir[] = "./includes/smarty_plugins";
18 +$tpl->plugins_dir[] = "/usr/share/php/Smarty/plugins";
19  
20  //language basis file laden
21  $tpl->config_load(getcwd().'/lang/lang_en.conf','en');
22 Tylko w ZoneAdmin-0.2-beta1.new/: index.php~
This page took 0.071298 seconds and 3 git commands to generate.