/[ludap]/ludap/setup.smarty.php
ViewVC logotype

Diff of /ludap/setup.smarty.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mose, Fri Sep 5 02:04:12 2003 UTC revision 1.4 by mose, Wed Sep 24 10:03:03 2003 UTC
# Line 31  class Smarty_ludap extends Smarty { Line 31  class Smarty_ludap extends Smarty {
31          function Smarty_ludap() {          function Smarty_ludap() {
32                  $this->Smarty();                  $this->Smarty();
33                  $this->template_dir = LUDAP_DIR."templates";                  $this->template_dir = LUDAP_DIR."templates";
34                  $this->compile_dir = SMARTY_DIR."tmp/templates_c";                  $this->compile_dir = LUDAP_DIR."tmp/compil";
35                  $this->config_dir = LUDAP_DIR."etc";                  $this->config_dir = LUDAP_DIR."etc";
36                  $this->plugins_dir = array(SMARTY_DIR."plugins");                  $this->plugins_dir = array(SMARTY_DIR."plugins");
37                                                    
38                  $this->caching = 0;                  $this->caching = 0;
39                  $this->cache_dir = SMARTY_DIR."tmp/cache";                  $this->cache_dir = LUDAP_DIR."tmp/cache";
40                  $this->cache_lifetime = -1;                  $this->cache_lifetime = -1;
41                  $this->cache_modified_check = true;                  $this->cache_modified_check = true;
42                                    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26