ÿþ<? include('setUp/preferences.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><? echo $siteTitle; ?></title> <? $style = getTheme($theme); ?> </head> <body> <div id="header"> <div id="title"><? echo $siteName; ?></div> <div id="menu"> <? include_once('menu.php'); ?> </div> </div> <div id="otherContent"> <div style="border: 1px solid white; float: right; margin-top: 10px; margin-left: 50px; margin-bottom: 50px;"> <? $flickr = getSingleImage("random", "medium"); ?> </div> <p style="line-height: 1.5; ">Bio Herekkkk</p> </div> </body> </html>