joomla check if fulltext


/ Published in: PHP
Save to your folder(s)

e.g. in blog.php


Copy this code and paste it in your HTML
  1. <?php // print_r( $this->item ); ?>
  2. <?php if ( $this->item->fulltext ) : ?>
  3. <?php echo( $this->item->fulltext ); ?>
  4. <?php else :?>
  5. nein
  6. <?php endif; ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.