فهرست منبع

Fix issue #74 : les tags associés sont désormais cliquables

Marien Fressinaud 13 سال پیش
والد
کامیت
60edaa4375
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/views/index/index.phtml

+ 1 - 1
app/views/index/index.phtml

@@ -98,7 +98,7 @@ if ($output == 'rss') {
 							<li class="dropdown-close"><a href="#close"><i class="icon i_close"></i></a></li>
 
 							<?php foreach($tags as $tag) { ?>
-							<li class="item"><span><?php echo $tag; ?></span></li>
+							<li class="item"><a href="<?php echo _url ('index', 'index', 'search', urlencode ('#' . $tag)); ?>"><?php echo $tag; ?></a></li>
 							<?php } ?>
 						</ul>
 					</div>