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