mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-15 15:09:51 +01:00
sync with en (thanks to mattes)
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.1 Maintainer: andreas Status: ready -->
|
||||
<!-- EN-Revision: 1.4 Maintainer: andreas Status: ready -->
|
||||
<sect1 id="variable.compile.dir">
|
||||
<title>$compile_dir</title>
|
||||
<para>
|
||||
Definiert das Verzeichnis, in das die kompilierten Templates geschrieben
|
||||
werden. Normalerweise lautet es './templates_c'.
|
||||
Das heisst, Smarty erwartet das Kompilier-Verzeichnis im selben Verzeichnis
|
||||
wie das ausgeführte PHP-Skript.
|
||||
werden. Normalerweise lautet es <filename class="directory">"./templates_c"</filename>.
|
||||
Das heisst, dass Smarty das Kompilier-Verzeichnis im selben Verzeichnis
|
||||
wie das ausgeführte PHP-Skript erwartet.
|
||||
<emphasis role="bold">Der Webserver muss Schreibrechte für dieses
|
||||
Verzeichnis haben</emphasis>
|
||||
(siehe auch Kapitel <link linkend="installing.smarty.basic">Installation</link>).
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<title>Technische Bemerkung</title>
|
||||
<para>
|
||||
@@ -23,7 +27,13 @@
|
||||
des Webservers liegen.
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<para>
|
||||
Siehe auch <link linkend="variable.compile.id">$compile_id</link>
|
||||
und
|
||||
<link linkend="variable.use.sub.dirs">$use_sub_dirs</link>.
|
||||
</para>
|
||||
</sect1>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
Reference in New Issue
Block a user