openrat-cms

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

commit a83a40cfee1ce6f8a7ba7b2c723520b2c7efa17a
parent 7ae3943cb849f753da89807241e105958945c2a6
Author: dankert <devnull@localhost>
Date:   Sun, 29 Jan 2006 18:32:57 +0100

Fenstertitel aus Konfiguration fest ermitteln

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

diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -17,7 +17,7 @@ echo '<a href="'.$url.'" class="path">'.lang($name).'</a>'; echo '&nbsp;&raquo;&nbsp;'; } - echo '<span class="title">'.lang($attr_name).'</span>'; + echo '<span class="title">'.lang($windowTitle).'</span>'; ?> </th> </tr>