mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- updated version (incl revcheck comment) for revcheck testing
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<!-- Smarty German Documentation Port -->
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<!-- $Author$ -->
|
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
|
<!-- DE-Revision: 1.1 Maintainer: andreas Status: ready -->
|
||||||
<part id="getting.started">
|
<part id="getting.started">
|
||||||
<title>Erste Schritte</title>
|
<title>Erste Schritte</title>
|
||||||
<chapter id="what.is.smarty">
|
<chapter id="what.is.smarty">
|
||||||
@@ -367,9 +366,8 @@ require(SMARTY_DIR.'Smarty.class.php');
|
|||||||
|
|
||||||
class Smarty_GuestBook extends Smarty {
|
class Smarty_GuestBook extends Smarty {
|
||||||
|
|
||||||
function Smarty_GuestBook() {
|
function Smarty_GuestBook()
|
||||||
|
{
|
||||||
|
|
||||||
// Konstruktor. Diese Werte werden für jede Instanz automatisch gesetzt
|
// Konstruktor. Diese Werte werden für jede Instanz automatisch gesetzt
|
||||||
|
|
||||||
$this->Smarty();
|
$this->Smarty();
|
||||||
|
Reference in New Issue
Block a user