openrat-cms

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

commit c90585571f6ea2e2d9ceddef71ca197c35ef2ccf
parent 4e170afe539ee24bffb99670f30009858ae75f87
Author: dankert <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:42:25 +0100

Anzeige von MOTD

Diffstat:
themes/default/pages/html/login.tpl.php | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/themes/default/pages/html/login.tpl.php b/themes/default/pages/html/login.tpl.php @@ -19,6 +19,18 @@ </tr> <?php } ?> +<?php if ( $motd != '' ) { ?> +<tr> + <td colspan="2" class="f1"><strong><?php echo $motd ?></strong></td> +</tr> +<?php } ?> + +<?php if ( $readonly ) { ?> +<tr> + <td colspan="2" class="help"><?php echo lang('GLOBAL_READONLY_DESC') ?></td> +</tr> +<?php } ?> + <?php if ($loginmessage!='') { ?> <tr>