Check-in; adding features like mixshow and google analytics.
This commit is contained in:
parent
36e6e23a68
commit
8288ebc67a
50 changed files with 1492 additions and 483 deletions
1
djs.php
1
djs.php
|
@ -6,6 +6,7 @@ require_once 'classes/DJs.php';
|
|||
|
||||
$db = new Database($config);
|
||||
$djs = new DJs($db);
|
||||
$title = $locale['djs'];
|
||||
require_once 'includes/header.php';
|
||||
?>
|
||||
<section style="background-color: #eee;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue