|
<!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/subPurple/images/favicon.ico">
|
|
<link rel="favicon" href="skins/subPurple/images/favicon.ico">
|
|
<meta name="keywords" content="<? echo $skin['keywords']; ?>">
|
|
<meta name="description" content="<? echo $skin['description']; ?>">
|
|
<link rel="stylesheet" href="skins/subPurple/skin.css" type="text/css">
|
|
<title><? echo $skin['forumname']; ?> • <? echo $skin['mainpage']; ?></title>
|
|
</head>
|
|
<body class="body">
|
|
<script type="text/javascript" language="JavaScript">
|
|
editor_lng1 = '<?= $lng['function_disabled_html_mode']; ?>';
|
|
editor_lng2 = '<?= $lng['url_addr']; ?>';
|
|
editor_lng3 = '<?= $lng['url_title']; ?>';
|
|
editor_lng4 = '<?= $lng['img_url']; ?>';
|
|
editor_lng5 = '<?= $lng['enter_informations']; ?>';
|
|
<?= $lng['lang_titles_1']; ?>
|
|
<?= $lng['lang_titles_2']; ?>
|
|
skin_path='skins/subPurple/';
|
|
function confirm_action(c_name, url)
|
|
{
|
|
<? if($forum_config['enable_confirms']) {?>if (confirm(c_name))
|
|
{
|
|
document.location = url;
|
|
}
|
|
<? } else { ?> document.location = url; <? } echo "\n"; ?>
|
|
}
|
|
function set_color(element)
|
|
{
|
|
element.style.backgroundColor='#F1F3FE';
|
|
}
|
|
|
|
function unset_color(element)
|
|
{
|
|
element.style.backgroundColor='';
|
|
}
|
|
</script>
|
|
<script language="JavaScript" type="text/javascript" src="images/wyzz.js"><!--wyzz editor WYSIWYG The Mouse Whisperer (c) --></script>
|
|
<center>
|
|
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px;">
|
|
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
|
|
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
|
|
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
|
<tr>
|
|
<td>
|
|
<a href="index.php"><img border="0" src="skins/subPurple/images/uf_logo.gif" alt="µF logo"></a></td>
|
|
<td width="502" height="75" valign="top">
|
|
<p align="center"><span class="hforum"><? echo $skin['forumname']; ?></span><br><span class="fstandard"><i><?= $skin['forumdesc']; ?></i></span></p>
|
|
<p align="center">
|
|
<a href="users.php" class="flink"><? echo $skin['users']; ?></a>
|
|
<a href="groups.php" class="flink"><? echo $skin['groups']; ?></a>
|
|
<a href="search.php?content=posts" class="flink"><? echo $skin['search']; ?></a>
|
|
<a href="pms.php" class="flink"><? echo $skin['pm']; ?></a> <br>
|
|
<a href="eprofile.php" class="flink"><? echo $skin['eprofile']; ?></a>
|
|
<a href="register.php" class="flink"><? echo $skin['register']; ?></a>
|
|
<a href="login.php?mode=<? echo $skin['modelogin']; ?>" class="flink"><? echo $skin['llogin']; ?></a>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main" colspan="2">
|
|
<a href="index.php" class="navigator">Forum <? echo $skin['forumname']; ?> <? echo $skin['lmainpage']; ?></a></td>
|
|
</tr>
|
|
</table>
|