aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/header.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-13 17:30:05 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-13 17:30:05 +0000
commit323d1b376423f09d758b381defcf37b26d582a7a (patch)
tree22133b03bf9bc1712a940278da4ad9f91a7712a2 /h-source/Application/Views/header.php
parent26fca82d7f500d9771b8876e9a480f8619a2988d (diff)
improved history
Diffstat (limited to 'h-source/Application/Views/header.php')
-rw-r--r--h-source/Application/Views/header.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php
index 6b20ccc..0c7a256 100644
--- a/h-source/Application/Views/header.php
+++ b/h-source/Application/Views/header.php
@@ -20,7 +20,11 @@
// You should have received a copy of the GNU General Public License
// along with h-source. If not, see <http://www.gnu.org/licenses/>.
?>
-<?php $u = new UsersModel();?>
+<?php
+$u = new UsersModel();
+$hw = new HardwareModel();
+$translations = array('insert'=>'inserted','update'=>'updated');
+?>
<head>
<title><?php echo $title;?></title>