* finish task #1525.

This commit is contained in:
wangyidong
2013-07-10 00:46:59 +00:00
parent 46d4b2a0b7
commit 2dd095e4e2
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<td>
<ul>
<?php foreach($groupItems as $item => $label):?>
<li><?php echo html::a("http://www.zentao.net/goto.php?item=$item&from=about", $label, '_blank', "id='$item'");;?></li>
<li><?php echo html::a("http://api.zentao.net/goto.php?item=$item&from=about", $label, '_blank', "id='$item'");;?></li>
<?php endforeach;?>
</ul>
</td>