update headline-tags
This commit is contained in:
parent
d2cca2002e
commit
e5653a752e
21 changed files with 47 additions and 50 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<h1><?=$seminary['title']?></h1>
|
||||
<h2><?=_('Characters')?></h2>
|
||||
<h3><?=$character['name']?></h3>
|
||||
<h2><a href="<?=$linker->link(array('seminaries',$seminary['url']))?>"><?=$seminary['title']?></a></h2>
|
||||
<h3><?=_('Characters')?></h3>
|
||||
<h4><?=$character['name']?></h4>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<h1><?=$seminary['title']?></h1>
|
||||
<h2><?=_('Characters')?></h2>
|
||||
<h2><a href="<?=$linker->link(array('seminaries',$seminary['url']))?>"><?=$seminary['title']?></a></h2>
|
||||
<h3><?=_('Characters')?></h3>
|
||||
|
||||
<ul>
|
||||
<?php foreach($characters as &$character) : ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue