openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2381e7264a05504b2fcae27a48b33630ce4904cf
parent 9bed95bcb89e4cde5341e0cacea0100ff98ebe47
Author: dankert <devnull@localhost>
Date:   Thu,  1 Jun 2006 20:23:06 +0200

Angabe der CSS-Klasse

Diffstat:
themes/default/templates/background/show.tpl.src.php | 4++--
themes/default/templates/border/show.tpl.src.php | 4++--
themes/default/templates/title/show.tpl.src.php | 2+-
themes/default/templates/tree/show.tpl.src.php | 2+-
4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/default/templates/background/show.tpl.src.php b/themes/default/templates/background/show.tpl.src.php @@ -1 +1 @@ -page- \ No newline at end of file +page class:background+ \ No newline at end of file diff --git a/themes/default/templates/border/show.tpl.src.php b/themes/default/templates/border/show.tpl.src.php @@ -1 +1 @@ -page class:css_body_class- \ No newline at end of file +page class:border+ \ No newline at end of file diff --git a/themes/default/templates/title/show.tpl.src.php b/themes/default/templates/title/show.tpl.src.php @@ -1,4 +1,4 @@ -page +page class:title table padding:5 space:0 width:100% row diff --git a/themes/default/templates/tree/show.tpl.src.php b/themes/default/templates/tree/show.tpl.src.php @@ -1,4 +1,4 @@ -page +page class:tree RAW <!-- $Id$ -->