diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-14 22:21:05 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-14 22:21:05 +0000 |
commit | 9d3f161ae35d1413d18977bef6341456af6d6c7d (patch) | |
tree | 93b0ddb5ad8723d2df572a13a2b02129532ba221 /h-source/Application/Controllers/GenericController.php | |
parent | d6b6baa4bcc1f2f6077b785ed90b4eb24e414451 (diff) |
added notice about printers that track users - part 2 - Stallman suggestion
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r-- | h-source/Application/Controllers/GenericController.php | 2 |
1 files changed, 2 insertions, 0 deletions
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); |