35 lines
1.9 KiB
Smarty

<!DOCTYPE html>
<html>
<head>
<title>${mojotrollz_page_title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
${css}
${js}
</head>
<body style="background: url(${PICPATH}wall.png);">
<div id="frame_main">
<div id="frame_content_wrapper" class="threecol_parent" style="background: black;">
<div id="frame_header" class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_top_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;"></div>
</div>
<div class="threecol_row" style="">
<div id="frame_left_border" class="threecol_col" style="background: url(${PICPATH}border_left.png) repeat-y;"></div>
<div id="frame_content_user">
<div id="frame_menu" style="">
</div>
<div id="frame_content" style=""></div>
<div id="frame_character"></div>
</div>
<div id="frame_right_border" class="threecol_col" style="background: url(${PICPATH}border_right.png) repeat-y;"></div>
</div>
<div id="frame_footer" class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_bot_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_bot_m.png) repeat-x;"> ${copyright} ${inprint}</div>
<div class="threecol_col" style="background: url(${PICPATH}border_bot_r.png) no-repeat;"></div>
</div>
</div>
</div>
</body>
</html>