From fe4d464805d9c6d3471dbfab6e20cc960fdfd329 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 25 Dec 2011 00:57:23 +0000 Subject: improved user history and improved mobile version --- .../Application/Views/Desktop/Meet/hardware.php | 36 +++++----------------- 1 file changed, 7 insertions(+), 29 deletions(-) (limited to 'h-source/Application/Views/Desktop/Meet/hardware.php') diff --git a/h-source/Application/Views/Desktop/Meet/hardware.php b/h-source/Application/Views/Desktop/Meet/hardware.php index 337c644..c8f5a7a 100644 --- a/h-source/Application/Views/Desktop/Meet/hardware.php +++ b/h-source/Application/Views/Desktop/Meet/hardware.php @@ -20,33 +20,11 @@ // along with h-source. If not, see . ?> -
- -
- ">Home » ">meet » ">contributions » hardware contributions -
- -
- hardware contributions of -
- -
- -
+ - - "> -
- -
- -
- - \ No newline at end of file + $name = $item['hardware']['model']; + $type = $item['hardware']['type']; + $id_hard = $item['hardware']['id_hard']; + + ?> + "> \ No newline at end of file -- cgit v1.2.3