openrat-cms

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

commit 2923335cfe4ffb3e98f68f1dd101c7e1db0c2342
parent 7d12dd8101ef26513fe92ac190cc206e1d28aad8
Author: dankert <devnull@localhost>
Date:   Tue,  7 Sep 2004 23:08:08 +0200

andere Variablen

Diffstat:
themes/default/pages/html/table_open.tpl.php | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/themes/default/pages/html/table_open.tpl.php b/themes/default/pages/html/table_open.tpl.php @@ -1,7 +1,7 @@ - -<!-- $Id$ --> -<table class="main" width="90%" cellspacing="0" cellpadding="4"> - -<tr> - <th colspan="2"><?php echo $table_title ?></th> -</tr> + +<!-- $Id$ --> +<table class="main" width="98%" cellspacing="0" cellpadding="4"> + +<tr> + <th colspan="<?php echo $table_title_colspan ?>"><?php echo $table_title_text ?></th> +</tr>