/**
  * Returns the URL at the given position (from HistoryArray)
  *
  * @param int $intPosition
  * @deprecated use class_history::getPortalHistory() instead
  * @see class_history::getPortalHistory()
  * @return string
  */
 protected function getHistory($intPosition = 0)
 {
     $objHistory = new class_history();
     return $objHistory->getPortalHistory($intPosition);
 }