Newer
Older
Import / web / www.xiaofrog.com / phpbb / templates / iframe / overall_header.tpl
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="http://xiaofrog.com/style/style.css" type="text/css">
<link rel="stylesheet" href="http://forum.xiaofrog.com/templates/iframe/style.css" type="text/css">

<style>
#forum-content {
    background: #ececec none;
    border: 0px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}
#forum-content * {
    font-family: Verdana, sans-serif;
}
</style>


<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>

<div id="forum-content">

<center>

<a href="{U_SEARCH}" class="mainmenu"><img src="templates/iframe/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>

<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/iframe/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>

</center>