|
@@ -129,10 +129,10 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
<h2 class="title"><?php $this->html('title') ?></h2>
|
|
|
<?php if ( $this->data['isarticle'] ) { ?><h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3><?php } ?>
|
|
|
<h5 class="subtitle"><?php $this->html('subtitle') ?></h5>
|
|
|
+ <div class="clear_both"></div>
|
|
|
<?php $this->html('bodytext') ?>
|
|
|
<div class="group"><?php $this->html('catlinks'); ?></div>
|
|
|
<?php $this->html('dataAfterContent'); ?>
|
|
|
- <div class="clear_both"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|