Merge branch '12300' into 12400
This commit is contained in:
commit
e74b515366
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -15,12 +15,9 @@
|
||||
|
||||
/**
|
||||
* Chargement des classes filles
|
||||
* layout : composition des écrans
|
||||
* router : aiguillage des pages
|
||||
*/
|
||||
require_once('include/layout.class.php');
|
||||
require_once('include/router.class.php');
|
||||
|
||||
require_once('core/class/router.class.php');
|
||||
|
||||
class common
|
||||
{
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php $layout = new layout($this); ?>
|
||||
<!DOCTYPE html>
|
||||
<html prefix="og: http://ogp.me/ns#" lang="<?php echo substr(self::$i18nContent, 0, 2); ?>">
|
||||
<head>
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php $layout = new layout($this); ?>
|
||||
<!DOCTYPE html>
|
||||
<html prefix="og: http://ogp.me/ns#" lang="<?php echo substr(self::$i18nContent, 0, 2); ?>">
|
||||
<head>
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php $layout = new layout($this); ?>
|
||||
<!DOCTYPE html>
|
||||
<html prefix="og: http://ogp.me/ns#" lang="<?php echo substr(self::$i18nContent, 0, 2); ?>">
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user