Ejemplo n.º 1
0
    echo '<h3 style="text-align:center">' . JText::_('HG_RELATED_ARTICLES') . '</h3>' . "\n";
    echo '<div style="clear:both;padding-bottom:10px;"></div>' . "\n";
    foreach ($this->articles as $article) {
        $link = "index.php?option=com_content&amp;view=article&amp;id=" . (int) $article->contentid;
        echo '<div class="ratetitle" style="font-weight:normal"><a href="' . $link . '"  target="_blank" title="' . $article->articletitle . '">' . $article->articletitle . '</a></div>' . "\n";
    }
    echo '<div style="clear:both;padding-bottom:25px;"></div>' . "\n";
}
//Comente esta linea para no mostrar lo terminos en la pagina del hotel sino mas bien en el formulario de reserva
/*if ($this->item->condition) {
	echo '<h3 style="text-align:center; color:#D1D1D1; font-size:14px">'.JText::_('HG_TERMS_CONDITIONS').'</h3>' . "\n";
	echo '<div style="color:##D1D1D1;">'.$this->item->condition.'</div>';
	//echo '<div style="clear:both;padding-bottom:25px;"></div>' . "\n";
}*/
if ($this->hgconf->social) {
    echo hg_html::showSocial($this->item);
}
echo '<div style="clear:both;padding-bottom:10px;"></div>' . "\n";
echo '<div style="text-align: right"><a id="homepage_ancla" href="#homepage_target" title="Go Back to Home Page" style="color:#ffffff">Go Back to Home Page</a></div>';
?>

<!-- Item navigation 
    <div class="itemNav">
    	<?php 
/*if ($this->prevItem) { 
      echo '<a class="itemPrevious" href="'.$this->prevItem->prevLink.'">&laquo;'.JText::_('HG_PREV').'</a>' . "\n";
  } 
  if ($this->nextItem) { 
      echo '<a class="itemNext" href="'.$this->nextItem->nextLink.'">'.JText::_('HG_NEXT').'&raquo;</a>' . "\n";
  }*/
?>