diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-28 17:55:49 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-28 17:55:49 +0000 |
commit | 3a60b2a5bf93cdff491a0840606f3cf2c4cff151 (patch) | |
tree | 8880eaa1bf7fd259530cd83f97980857ef608efd /h-source/Application/Views | |
parent | 4ace8344cfd8769ef059ec5c920ac663c8c1d4ce (diff) |
improved search page
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/right.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php index f81ca1d..a37e0a2 100644 --- a/h-source/Application/Views/right.php +++ b/h-source/Application/Views/right.php @@ -22,7 +22,7 @@ <div id="right"> - <?php if (strcmp($this->action,'update') !== 0) { ?> + <?php if (strcmp($this->action,'update') !== 0 and strcmp($this->action,'pciid') !== 0 and strcmp($this->action,'lspci') !== 0) { ?> <div class="language_links_box"> <?php echo $language_links;?> </div> |