Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ed5b92f8

Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt

  • ID ed5b92f8196c83e1654a584de6e8a08847dd211f
  • Vorgänger dbe7d834
  • Nachfolger 4be2d4d2

Template-Cache-Verzeichnis im $::userspath anlegen

Unterschiede anzeigen:

.gitignore
1 1
tags
2 2
crm
3 3
/users/datev-export*
4
/templates/cache
4
/users/templates-cache/
SL/Form.pm
872 872
     'CACHE_SIZE'   => 0,
873 873
     'PLUGIN_BASE'  => 'SL::Template::Plugin',
874 874
     'INCLUDE_PATH' => '.:templates/webpages',
875
     'COMPILE_EXT'  => $main::template_compile_ext,
876
     'COMPILE_DIR'  => $main::template_compile_dir,
875
     'COMPILE_EXT'  => '.tcc',
876
     'COMPILE_DIR'  => $::userspath . '/templates-cache',
877 877
  })) || die;
878 878
}
879 879

  
config/lx-erp.conf
13 13
# templates base directory
14 14
$templates = "templates";
15 15

  
16
# template toolkit caching options
17
$template_compile_ext = '.tcc';
18
$template_compile_dir = 'templates/cache';
19

  
20 16
# member file
21 17
$memberfile = "users/members";
22 18

  

Auch abrufbar als: Unified diff