openrat-cms

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

commit 8c07456dc43b6e22b0c034c2b64adbc1e97d1bf6
parent 86e9fdba99b2249d20628b85c88531b6a05598f9
Author: dankert <devnull@localhost>
Date:   Wed, 23 Dec 2009 23:16:45 +0100

Korrektur der IF-ATTR-Angaben

Diffstat:
themes/default/include/html/frameset.inc.php | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/default/include/html/frameset.inc.php b/themes/default/include/html/frameset.inc.php @@ -1,8 +1,8 @@ <frameset -<!-- #IF-ATTR rows --> +<!-- #IF-ATTR rows# --> <?php echo ' rows="'.$attr_rows.'"' ?> -<!-- #END-IF # --> +<!-- #END-IF# --> <!-- #IF-ATTR columns# --> <?php echo ' cols="'.$attr_columns.'"' ?> -<!-- #END-IF # --> +<!-- #END-IF# --> border="0" frameborder="5" framespacing="0" bordercolor="#000000"> \ No newline at end of file