Ankündigung

Einklappen
Keine Ankündigung bisher.

Zurückpfeil bei News wird nicht mehr angezeigt

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Zurückpfeil bei News wird nicht mehr angezeigt

    Hallo zusammen

    Der Back-Pfeil im mod_newsreader.html5 wird nicht mehr angezeigt. Ist mir jetzt schon bei mehreren Installationen aufgefallen. Irgendwie scheint er Probleme zu haben mit dem this>referer. Wisst ihr was darüber? Custom Elements 5.0.

    Gruss Janine





    Code:
    <?php $this->extend('block_searchable'); ?>
    
    <?php $this->block('content'); ?>
    
    
    <?php if ($this->referer): ?>
    <!-- indexer::stop -->
    <p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
    <!-- indexer::continue -->
    <?php endif; ?>
    
    
    <?= $this->articles ?>
    
    
    
    <?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(); ?>
    Angehängte Dateien
Lädt...
X