0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
soulsymbols
/
templates
/
soulsymbols
/
[
Home
]
File: error.php
<?php /** * @version $Id: error.php 21322 2011-05-11 01:10:29Z dextercowley $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2011 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 $app = JFactory::getApplication(); $doc = JFactory::getDocument(); $this->language = $doc->language; $this->direction = $doc->direction; $templateDir = JURI::base(true) . '/templates/' . $app->getTemplate() . "/"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Soul Symbols - <?php echo $this->error->getCode(); ?> - <?php echo $this->title; ?></title> <link href="<?php echo $templateDir; ?>favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link rel="stylesheet" href="<?php echo $templateDir; ?>css/error.css" type="text/css" /> </head> <body id="fcnerror"> <div id="wrapper"> <div id="header"> <!-- START #header --> <a href="/"><img src="/images/assets/logo.jpg" alt="<?php echo $app->getCfg('sitename');?>" title="<?php echo $app->getCfg('sitename');?> - Home" class="logo"/></a> </div> <!-- END #header --> <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_FAVOURITE'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_MIS_TYPED_ADDRESS'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NOT_FOUND'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST'); ?></li> </ol> <p style="text-align:center"><strong>Please go to our <a href="<?php echo $this->baseurl; ?>/" title="<?php echo JText::_('JERROR_LAYOUT_GO_TO_THE_HOME_PAGE'); ?>"><?php echo JText::_('JERROR_LAYOUT_HOME_PAGE'); ?></a> and try looking again.</strong></p> <!--<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>--><!--// #techinfo --> </div><!--// #errorboxbody --> </div><!--// #errorboxoutline --> </div> </div> <img src="/images/assets/err-img.jpg" alt="" class="err-img" /> </div> </body> </html>
© 2017 -
ZeroByte.ID
.