update data
This commit is contained in:
parent
e954b7ed9c
commit
9e81d2a295
|
@ -39,7 +39,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
||||||
<ul class="in_list font14">
|
<ul class="in_list font14">
|
||||||
<?php $type = 'discipline'; ?>
|
<?php $type = 'discipline'; ?>
|
||||||
<?php foreach ($this->keywords[$type] as $cg) : ?>
|
<?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; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue