diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-26 06:38:22 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-26 06:38:22 +0000 |
commit | 8cd4f542161c2bca405e68edb5305600c175a535 (patch) | |
tree | c2a5b772ecb652e6398daaa753e77d136d97a8b2 /h-source/Application/Views/Desktop/Meet | |
parent | 64fbca4467ef44081b680955592428da35b40a9a (diff) |
added RAID adapters - part 2
Diffstat (limited to 'h-source/Application/Views/Desktop/Meet')
-rw-r--r-- | h-source/Application/Views/Desktop/Meet/hardware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Meet/hardware.php b/h-source/Application/Views/Desktop/Meet/hardware.php index c8f5a7a..b0fdfa1 100644 --- a/h-source/Application/Views/Desktop/Meet/hardware.php +++ b/h-source/Application/Views/Desktop/Meet/hardware.php @@ -27,4 +27,4 @@ $id_hard = $item['hardware']['id_hard']; ?> - <?php echo $type;?> <a href="<?php echo $this->baseUrl."/".MyStrings::$reverse[$type]."/view/$lang/$id_hard/".encodeUrl($name);?>"><?php echo $name;?></a>
\ No newline at end of file + <?php echo $type;?> <a href="<?php echo $this->baseUrl."/".Hardware::getControllerFromType($type)."/view/$lang/$id_hard/".encodeUrl($name);?>"><?php echo $name;?></a>
\ No newline at end of file |