diff options
Diffstat (limited to 'h-source/Application/Views/right.php')
-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> |