Skip to content

Commit

Permalink
Merge pull request #8 from Quantility/development
Browse files Browse the repository at this point in the history
Bugs
  • Loading branch information
simbus82 committed Sep 17, 2015
2 parents 70a852b + 9f9a1b2 commit 67df95f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion error.php
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
<?php/** * @package Qhtml5 * * @author Quantility * @copyright Copyright (C) 2015. All rights reserved. * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */?>
<?php
/**
* @package Qhtml5
*
* @author Quantility
* @copyright Copyright (C) 2015. All rights reserved.
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
header("HTTP/1.0 404 Not Found");
echo file_get_contents(JURI::root().'/pagina-non-trovata');
?>
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<?php include 'head.php'; //include il file contente l'HEAD della pagina html ?>
<?php include 'files/microdata.php'; //include i microdati standard ?>
</head>
<body class="site <?php echo $bodyclasses; ?>">
<?php include 'template.php'; //include la parte modificabile dalla sviluppatore del template ?>
Expand Down

0 comments on commit 67df95f

Please sign in to comment.