Zitat von
Spooky
Laut Screenshot hast du das mod_newsreader Template eines Themes ausgewählt. Wie sieht dieses Template aus?
mod_newsreader.html5
Code:
<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<?= $this->articles ?>
<!-- indexer::stop -->
<p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
<!-- indexer::continue -->
<?php if ($this->allowComments): ?>
<div class="ce_comments block">
<<?= $this->hlc ?>><?= $this->hlcText ?></<?= $this->hlc ?>>
<?= implode('', $this->comments) ?>
<?= $this->pagination ?>
<<?= $this->hlc ?>><?= $this->addComment ?></<?= $this->hlc ?>>
<?php $this->insert('mod_comment_form', $this->arrData); ?>
</div>
<?php endif; ?>
<?php $this->endblock(); ?>
Als normales Template benutze ich news_full.html5 gerade. Normalerweise habe ich aber ein eigenes bearbeitetes Template benutzt – das Problem besteht bei beiden.
Code:
<div class="portfolioreader block<?php echo $this->class; ?>">
<?php echo $this->text; ?>
</div>