+ Moved ACP link from footer to header
+ Added PMs limits + Replaced ACP frames to original DSF layout > Version 9.6.25 released. git-svn-id: https://svn.pioder.pl/uf-svn/uF@33 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -29,13 +29,13 @@ if (User::UserInformation($_SESSION['uid'],'rank')!=2)
|
||||
{
|
||||
admin_message_forum($lng['yournotadmin'],'../index.php');
|
||||
}
|
||||
/*echo '
|
||||
echo '
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="shortcut icon" href="../skins/'.$default_skin.'/images/favicon.ico">
|
||||
<link rel="favicon" href="../skins/'.$default_skin.'/images/favicon.ico">
|
||||
<title>DSF Administration</title>
|
||||
<title>µForum ACP</title>
|
||||
<frameset rows="90,*" border="2" framespacing="0" frameborder="yes">
|
||||
<frame src="header.php" name="nav" marginheight="3" scrolling="no">
|
||||
<frame src="forum_info.php" name="main" marginwidth="10" marginheight="10">
|
||||
@@ -45,8 +45,8 @@ if (User::UserInformation($_SESSION['uid'],'rank')!=2)
|
||||
Sorry, you browser doesn\'t support frames.
|
||||
</body>
|
||||
</html>
|
||||
';*/
|
||||
echo '
|
||||
';
|
||||
/*echo '
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
@@ -62,5 +62,5 @@ echo '
|
||||
Sorry, you browser doesn\'t support frames.
|
||||
</body>
|
||||
</html>
|
||||
';
|
||||
';*/
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user