Changeset 2 for global.php
- Timestamp:
- Nov 25, 2008, 9:41:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.php
r1 r2 1 1 <?php 2 include('config.php'); 3 4 function __autoload($class_name) { 5 require_once 'class/'.$class_name . '.php'; 6 } 7 8 $database = new database($Config['Database']['Host'], $Config['Database']['User'], $Config['Database']['Password'], $Config['Database']['Database']); 9 $database->Prefix = $Config['Database']['Prefix']; 10 $database->charset($Config['Database']['Charset']); 11 2 12 include('language_cz.php'); 3 13 include('frontend.php'); 14 15 16 17 4 18 function show_header() { 5 19 global $menu; … … 16 30 <div id="header"> 17 31 18 <h1><a href="#" title="Media-notion.net"><span>Media-notion.net</span></a></h1>32 19 33 <p><span>Studio de conception et réalisation multimedia</span></p> 20 34 <div id="coin"></div>
Note:
See TracChangeset
for help on using the changeset viewer.