Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id: global.php 2191 2006-09-03 12:11:04Z chris $
| * $Id: global.php 2262 2006-09-26 08:00:35Z chris $
|
*/
// Load main MyBB core file which begins all of the magic
| */
// Load main MyBB core file which begins all of the magic
|
Zeile 329 | Zeile 329 |
---|
eval("\$footer = \"".$templates->get("footer")."\";");
// Add our main parts to the navigation
|
eval("\$footer = \"".$templates->get("footer")."\";");
// Add our main parts to the navigation
|
| $navbits = array();
|
$navbits[0]['name'] = $mybb->settings['bbname']; $navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
| $navbits[0]['name'] = $mybb->settings['bbname']; $navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
|
Zeile 389 | Zeile 390 |
---|
$referrer = $db->fetch_array($query); if($referrer['uid']) {
|
$referrer = $db->fetch_array($query); if($referrer['uid']) {
|
my_setcookie("mybb[referrer]", $referrer['username']);
| my_setcookie("mybb[referrer]", $referrer['uid']);
|
} }
| } }
|