openrat-cms

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

commit 5439ab6a16aada01c10297ffa945a9a248821dc1
parent ab06655d17eee8864be224bea3ea0133cbfb7960
Author: dankert <devnull@localhost>
Date:   Thu,  1 Jun 2006 20:20:27 +0200

CSS-Klasse immer eintragen.

Diffstat:
themes/default/include/html/page.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -12,6 +12,6 @@ <?php } ?> </head> -<body<?php echo !empty($$attr_class)?' class="'.$$attr_class.'"':' class="'.$attr_class.'"' ?>> +<body class="<?php echo $attr_class ?>">