update data

This commit is contained in:
avene 2018-06-24 14:56:07 +08:00
parent e954b7ed9c
commit 9e81d2a295
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
<ul class="in_list font14">
<?php $type = 'discipline'; ?>
<?php foreach ($this->keywords[$type] as $cg) : ?>
<li><a href="/data/tag/<?= $cg['keyword'] ?>"><?= $cg['keyword'] ?></a></li>
<li><a href="/data/tag/key/<?= $cg['keyword'] ?>"><?= $cg['keyword'] ?></a></li>
<?php endforeach; ?>
</ul>