添加在线资源提示
This commit is contained in:
parent
2eb9515208
commit
509f3331ee
|
@ -171,7 +171,7 @@ endforeach;
|
||||||
<?php if ($this->resources) : ?>
|
<?php if ($this->resources) : ?>
|
||||||
<h2>其他在线资源</h2>
|
<h2>其他在线资源</h2>
|
||||||
<ul><?php foreach($this->resources as $link) : ?>
|
<ul><?php foreach($this->resources as $link) : ?>
|
||||||
<li><a href="<?php echo $link['linkage']; ?>">
|
<li><a href="<?php echo $link['linkage']; ?>" title="<?php echo $link['description']; ?>">
|
||||||
<?php
|
<?php
|
||||||
if (!empty($link['name']))
|
if (!empty($link['name']))
|
||||||
echo $link['name'];
|
echo $link['name'];
|
||||||
|
|
Loading…
Reference in New Issue