diff options
| -rw-r--r-- | skins/deltab/widgets/footer.tmpl | 2 | ||||
| -rw-r--r-- | skins/stone/header.inc | 2 | ||||
| -rw-r--r-- | skins/stone_flat/header.inc | 2 | ||||
| -rw-r--r-- | skins/xstyle/widgets/footer.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/skins/deltab/widgets/footer.tmpl b/skins/deltab/widgets/footer.tmpl index 72a7ba3..b672d8c 100644 --- a/skins/deltab/widgets/footer.tmpl +++ b/skins/deltab/widgets/footer.tmpl @@ -13,7 +13,7 @@ <div id="header"> <div id="logo"> <?% IF allow( 'help' ) %?> - <a href="?cmd=help" title="<?% gettext("Help") %?>"> + <a href="http://xxv.berlios.de"> <img src="images/logo.<?% global.imagetyp %?>" alt="" /> </a> <?% ELSE %?> diff --git a/skins/stone/header.inc b/skins/stone/header.inc index f89a472..1f5f20d 100644 --- a/skins/stone/header.inc +++ b/skins/stone/header.inc @@ -3,7 +3,7 @@ <div id="header"> <div id="logo"> <?% IF allow( 'help' ) %?> - <a href="?cmd=help" title="<?% gettext("Help") %?>"> + <a href="http://xxv.berlios.de"> <img src="images/logo.<?% global.imagetyp %?>" alt="" /> </a> <?% ELSE %?> diff --git a/skins/stone_flat/header.inc b/skins/stone_flat/header.inc index f89a472..1f5f20d 100644 --- a/skins/stone_flat/header.inc +++ b/skins/stone_flat/header.inc @@ -3,7 +3,7 @@ <div id="header"> <div id="logo"> <?% IF allow( 'help' ) %?> - <a href="?cmd=help" title="<?% gettext("Help") %?>"> + <a href="http://xxv.berlios.de"> <img src="images/logo.<?% global.imagetyp %?>" alt="" /> </a> <?% ELSE %?> diff --git a/skins/xstyle/widgets/footer.tmpl b/skins/xstyle/widgets/footer.tmpl index a6909cc..197c09b 100644 --- a/skins/xstyle/widgets/footer.tmpl +++ b/skins/xstyle/widgets/footer.tmpl @@ -55,7 +55,7 @@ print Dumper($stash->_dump_frame(5)); <div class='footer'> User: <?% user %?><br> -XXV System -- Version: <?% version %?> -- created by xpix, hulk and poetter 2004 - 2007 +<a href="http://xxv.berlios.de">XXV System</a> -- Version: <?% version %?> -- created by xpix, hulk and poetter 2004 - 2007 </div> </body> </HTML> |
