openrat-cms

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

commit f2e87144535ab500730e49d5973f6211e06efb72
parent 3714c11e3ed84f0a4ab86bece1246bc527383e29
Author: dankert <devnull@localhost>
Date:   Sun,  7 Nov 2004 20:23:07 +0100

Titel immer anzeigen (Abfrage auf Anmeldung entfernt)

Diffstat:
themes/default/pages/html/title.tpl.php | 26+++++++++++---------------
1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/themes/default/pages/html/title.tpl.php b/themes/default/pages/html/title.tpl.php @@ -1,16 +1,12 @@ -<?php include($tpl_dir.'header.tpl.php') ?> - -<!-- $Id$ --> -<?php if (isset($username)) - { ?> - -<table cellpadding="5" cellspacing="0" width="100%"> - <tr> - <td class="title"><span title="<?php echo lang('LOGINAS') ?>: <?php echo $username ?>"><?php echo $userfullname ?></span> <strong>@</strong> <span title="<?php echo lang('DATABASE') ?>: <?php echo $dbid ?>"><?php echo $dbname ?></span></td> - <td class="title" style="text-align:right;"><a href="<?php echo $profile_url ?>" title="<?php echo lang('HELP_PROFILE'); ?>" target="cms_main_main"><?php echo lang('YOURPROFILE'); ?></a>&nbsp;|&nbsp;<a href="<?php echo $logout_url ?>" title="<?php echo lang('HELP_LOGOUT'); ?>" target="_top"><?php echo lang('LOGOUT'); ?></a></td> - </tr> -</table> - -<?php } ?> - +<?php include($tpl_dir.'header.tpl.php') ?> + +<!-- $Id$ --> + +<table cellpadding="5" cellspacing="0" width="100%"> + <tr> + <td class="title"><span title="<?php echo lang('LOGINAS') ?>: <?php echo $username ?>"><?php echo $userfullname ?></span> <strong>@</strong> <span title="<?php echo lang('DATABASE') ?>: <?php echo $dbid ?>"><?php echo $dbname ?></span></td> + <td class="title" style="text-align:right;"><a href="<?php echo $profile_url ?>" title="<?php echo lang('HELP_PROFILE'); ?>" target="cms_main_main"><?php echo lang('YOURPROFILE'); ?></a>&nbsp;|&nbsp;<a href="<?php echo $logout_url ?>" title="<?php echo lang('HELP_LOGOUT'); ?>" target="_top"><?php echo lang('LOGOUT'); ?></a></td> + </tr> +</table> + <?php include($tpl_dir.'footer.tpl.php') ?> \ No newline at end of file