diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-13 17:30:05 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-13 17:30:05 +0000 |
commit | 323d1b376423f09d758b381defcf37b26d582a7a (patch) | |
tree | 22133b03bf9bc1712a940278da4ad9f91a7712a2 /h-source/Application/Views/header.php | |
parent | 26fca82d7f500d9771b8876e9a480f8619a2988d (diff) |
improved history
Diffstat (limited to 'h-source/Application/Views/header.php')
-rw-r--r-- | h-source/Application/Views/header.php | 6 |
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> |