diff options
Diffstat (limited to 'h-source/Application/Views/right.php')
-rw-r--r-- | h-source/Application/Views/right.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php index 31829e0..778bdc0 100644 --- a/h-source/Application/Views/right.php +++ b/h-source/Application/Views/right.php @@ -21,13 +21,13 @@ ?> <div id="right"> - + <?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> <?php } ?> - + <div class="login_table_box"> <?php if ($islogged === 'yes') { ?> @@ -123,7 +123,7 @@ </div> </div> <?php } ?> - + <div class="statistics_ext_box"> <div class="statistics_int_title"> <?php echo gtext("website statistics");?>: @@ -146,6 +146,10 @@ <?php echo gtext("users logged");?>: <span class="user_logged"><?php echo $numbLogged;?></span> </div> </div> + + <div class="rss_right_box"> + <img src="<?php echo $this->baseUrl."/Public/Img/Crystal/rss.png";?>"> <div class="rss_right_box_text">RSS feeds</div> + </div> <div class="right_box_ext_box"> <?php echo $htmlRightBox;?> |