<?php if ($this->article->readmore_link != '' || true) : ?>
<a href="<?php echo $this->article->readmore_link; ?>" class="readon<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
<?php echo JText::_('Read more...'); ?>
</a>
<?php endif; ?>
}
if ($this->params->get('show_readmore')) {
$article->readmore_link = JRoute::_("index.php?option=" . $this->plugin->component . "&" . $this->plugin->readon . $item->item_id);
} else {
$article->readmore_link = JRoute::_("index.php?option=" . $this->plugin->component . "&" . $this->plugin->readon . $item->item_id);
}