renamed links

This commit is contained in:
Rudi Grinberg 2012-11-13 15:10:07 -05:00 committed by denise
parent e0b19cc2d1
commit 15741bdfa9
57 changed files with 140 additions and 140 deletions

View file

@ -3,14 +3,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Zend Framework Default Application</title>
<title><? echo _("Zend Framework Default Application") ?></title>
</head>
<body>
<div class="error-content">
<h2>Page not found!</h2>
<p>Looks like the page you were looking for doesn't exist!</p>
<div class="button-bar">
<a class="toggle-button" href="<?php echo $this->baseUrl('dashboard/help'); ?>">Help</a>
<a class="toggle-button" href="<?php echo $this->baseUrl('dashboard/help'); ?>"><? echo _("Help") ?></a>
</div>
</div>
</body>