mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merge
This commit is contained in:
commit
471b4b2904
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
<div>
|
<div>
|
||||||
{$welcome_message}
|
{$welcome_message}
|
||||||
</div>
|
</div>
|
||||||
|
<a href="index.php">click hereeeee</a>
|
||||||
<form name="Page1"
|
<form name="Page1"
|
||||||
method="post"
|
method="post"
|
||||||
>
|
>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
error_reporting(E_ALL);
|
//error_reporting(E_ALL);
|
||||||
ini_set('display_errors', 'on');
|
//ini_set('display_errors', 'on');
|
||||||
require( '../config.php' );
|
require( '../config.php' );
|
||||||
require( '../../ams_lib/libinclude.php' );
|
require( '../../ams_lib/libinclude.php' );
|
||||||
session_start();
|
session_start();
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</a>
|
</a>
|
||||||
<a class="brand" href="index.php"> <img alt="Ryzom Core Logo" src="img/ryzomcore.png"></a>
|
<a class="brand" href="index.php"> <img alt="Ryzom Core Logo" src="img/ryzomcore_166_62.png"></a>
|
||||||
|
|
||||||
<!-- theme selector starts -->
|
<!-- theme selector starts -->
|
||||||
<div class="btn-group pull-right theme-container">
|
<div class="btn-group pull-right theme-container">
|
||||||
|
|
Loading…
Reference in a new issue