diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-02-16 23:59:34 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-02-16 23:59:34 -0500 |
| commit | 4f12fecebcd3f2a5bc6a0e7cdf9c420af4ed435a (patch) | |
| tree | edd91e33b95d48022bca9ce8c0626a7a7879af93 /dash/header.php | |
| parent | 5564b3a9cb432f1f7eb76bd325251312904bb893 (diff) | |
| download | bulletin-4f12fecebcd3f2a5bc6a0e7cdf9c420af4ed435a.tar.gz | |
Did the profile
Diffstat (limited to 'dash/header.php')
| -rw-r--r-- | dash/header.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dash/header.php b/dash/header.php index d854074..08a9bfc 100644 --- a/dash/header.php +++ b/dash/header.php @@ -15,7 +15,10 @@ $db = new bdb(); <script type="text/javascript" src="js/dash.js"></script> <script type="text/javascript" src="../js/auth.php"></script> <script type="text/javascript" src="../js/chat.js"></script> - </head> + <?php +if (!empty($extra_head)) echo $extra_head; +?> + </head> <body> <div id="nav"> <a id="navhome" href="<?=$b_config['base_url'];?>"> |
