fixed access_denied page

changed senselab-link to senselab.org
This commit is contained in:
lars 2006-11-09 16:31:17 +00:00
parent 974a49ccc0
commit 5c420fca62
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<h1><?cs var:html_escape(Lang.Title.AccessDenied) ?></h1> <h1><?cs var:html_escape(Lang.Title.AccessDenied) ?></h1>
<?cs call:hint(Lang.Text.AccessDenied) ?> <?cs call:warning("AccessDenied") ?>
<?cs call:handle_messages() ?> <?cs call:handle_messages() ?>

View File

@ -8,7 +8,7 @@
<div id="footer"> <div id="footer">
<?cs var:Data.Version ?>&nbsp;&nbsp; <?cs var:Data.Version ?>&nbsp;&nbsp;
<a href="http://cryptobox.org" title="<?cs var:html_escape(Lang.Text.ProjectHomePage) ?>">CryptoBox-Home</a>&nbsp;&nbsp;&nbsp;<?cs var:html_escape(Lang.Text.ProjectNote) ?>&nbsp;<a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a> <a href="http://cryptobox.org" title="<?cs var:html_escape(Lang.Text.ProjectHomePage) ?>">CryptoBox-Home</a>&nbsp;&nbsp;&nbsp;<?cs var:html_escape(Lang.Text.ProjectNote) ?>&nbsp;<a href="http://senselab.org/" title="systemausfall.org">sense.lab</a>
</div> </div>
</div><!-- end of 'main' --> </div><!-- end of 'main' -->