Per da dove esce intendo in quale voce menù.
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php
echo $this->language; ?>"
dir="<?php echo
$this->direction; ?>"
lang="<?php echo
$this->language; ?>">
<head>
<?php
/**
*
@package Joomla.Site
*
@copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc.
All rights reserved.
* @license GNU
General Public License version 2 or later; see
LICENSE.txt
*/
defined('_JEXEC') or die;
if
(!isset($this->error)) {
$this->error = JError::raiseWarning(404,
JText::_('JERROR_ALERTNOAUTHOR'));
$this->debug =
false;
}
//get language and direction
$doc =
JFactory::getDocument();
$this->language =
$doc->language;
$this->direction =
$doc->direction;
?>
<title><?php echo
$this->error->getCode(); ?> - <?php
echo
$this->title; ?></title>
<link
rel="stylesheet"
href="%3C?php%20echo%20$this-%3Ebaseurl;%20?%3E/templates/system/css/error.css"
type="text/css"
/>
<?php if ($this->direction == 'rtl') :
?>
<link
rel="stylesheet"
href="%3C?php%20echo%20$this-%3Ebaseurl;%20?%3E/templates/system/css/error_rtl.css"
type="text/css"
/>
<?php endif;
?>
</head>
<body>
<div
class="error">
<div id="outline">
<div
id="errorboxoutline">
<div id="errorboxheader"><?php echo
$this->error->getCode(); ?> -<?php echo
$this->error->getMessage(); ?> </div>
<div
id="errorboxbody">
<p><strong><?php echo
JText::_('JERROR_LAYOUT_NOT_ABLE_TO_VISIT');
?></strong></p>
<ol>
<li><?php
echo JText::_('JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_F
AVOURITE'); ?>[br /]
</li>
<li><?php
echo JText::_('JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE
_LISTING'); ?>[br /]
</li>
<li><?php
echo JText::_('JERROR_LAYOUT_MIS_TYPED_ADDRESS'); ?>[br
/]
</li>
<li><?php echo
JText::_('JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THI
S_PAGE'); ?>[br /]
</li>
<li><?php
echo JText::_('JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NO
T_FOUND'); ?>[br /]
</li>
<li><?php
echo JText::_('JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_
PROCESSING_YOUR_REQUEST'); ?>[br
/]
</li>
</ol>
<p><strong><?php
echo JText::_('JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOL
LOWING_PAGES');
?></strong></p>
<ul>
<li><a
href="%3C?php%20echo%20$this-%3Ebaseurl;%20?%3E/index.php"
title="<?php
echo JText::_('JERROR_LAYOUT_GO_TO_THE_HOME_PAGE'); ?>"><?php echo
JText::_('JERROR_LAYOUT_HOME_PAGE'); ?>[/url][br
/]
</li>
</ul>
<p><?php echo
JText::_('JERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM
_ADMINISTRATOR'); ?>.</p>
<div
id="techinfo">
<p><?php echo
$this->error->getMessage(); ?></p>
<p><?php if
($this->debug) :
echo $this->renderBacktrace();
endif;
?>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
@rocciaseventy
Non è bello inserirsi in una discussione e spostare l'attenzione sulla tua richiesta travalicando quella in corso. Se hai proprio lo stesso problema, ma non credo, ti basta solo seguire la discussione e se si risolve risolverai anche la tua. Ma dato che ogni caso è caso a se stesso ti prego di aprirti un tuo personale post. Grazie.
@nico-dipro
Continui a non dirmi quel link da dove salta fuori, materialmente dove lo trovo nel sito?