diff options
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Controllers/GenericController.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/top_left.php | 2 |
2 files changed, 4 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); diff --git a/h-source/Application/Views/top_left.php b/h-source/Application/Views/top_left.php index ee735e6..2c1a73b 100644 --- a/h-source/Application/Views/top_left.php +++ b/h-source/Application/Views/top_left.php @@ -112,6 +112,8 @@ <div class="notebook_insert_link"> <a title="Insert a new <?php echo singular($this->controller);?>" href="<?php echo $this->baseUrl."/".$this->controller."/insert/$lang/$token".$this->viewStatus;?>"><img class="top_left_images" src="<?php echo $this->baseUrl;?>/Public/Img/new-60.png"></a> </div> + + <?php echo $topNotice;?> <?php } else if (strcmp($this->action,'history') === 0) { ?> |