From 9d3f161ae35d1413d18977bef6341456af6d6c7d Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 14 Oct 2011 22:21:05 +0000 Subject: added notice about printers that track users - part 2 - Stallman suggestion --- h-source/Application/Controllers/GenericController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h-source/Application/Controllers/GenericController.php') diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index d466d61..3724140 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -472,6 +472,8 @@ class GenericController extends BaseController // echo $this->mod->getQuery(); $data['pageList'] = $this->h['Pages']->render($page-3,7); + + $data['topNotice'] = $this->getModule(array('devices',$this->controller,'catalogue')); $this->append($data); -- cgit v1.2.3