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/Views | |
parent | d6b6baa4bcc1f2f6077b785ed90b4eb24e414451 (diff) |
added notice about printers that track users - part 2 - Stallman suggestion
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/top_left.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) { ?> |