rpgillusion

RPG Illusion: French fork of Dragon Knight
git clone https://git.neuralcrash.com/rpgillusion.git
Log | Files | Refs | README

primary.php (794B)


      1 <?php
      2 $template = '
      3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
      4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      5 <html>
      6 <head>
      7 <title>{{rpgname}} - {{title}}</title>
      8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      9 {{styles}}
     10 </head>
     11 <body {{load_classement}}>
     12 
     13 <div id="conteneur">
     14 
     15 <div id="header"> </div>
     16 
     17 <div id="flash"><script type="text/javascript">Flash("images/principal/entete8.swf", "767", "46", "", "banniere", "$mavariable" );</script></div>
     18 
     19 <div>
     20 
     21 <div id="centre">
     22 
     23 <div id="menu">
     24   {{leftnav}}{{leftnavlog}}
     25   </div>
     26   <div id="contenu">
     27   {{content}}<br><br>
     28   </div>
     29   </div>
     30 
     31   </div>
     32   <div id="pied">
     33   <span class="taille1">{{copyright}}</span>&nbsp;&nbsp;
     34   </div>
     35   </div>
     36 </body>
     37 </html>
     38 ';
     39 ?>