File: /home/httpd/html/tubeshemale.com/public_html/templates_OLD_JUNK/mobile.nav.php
<div id="header">
<a href="<? echo $basehttp; ?>/"><img src="<? echo $basehttp; ?>/images/logo.png" id="logo" alt=""></a>
<!-- id="header" --></div>
<div id="menubar-wrapper">
<div id="menubar">
<a href="<? echo $basehttp; ?>/">NEWEST</a>
<a href="<? echo $basehttp; ?>/most-viewed/">POPULAR</a>
<a href="<? echo $basehttp; ?>/top-rated/">TOP RATED</a>
<a href="<? echo $basehttp; ?>/random/">RANDOM</a>
<a href="<? echo $basehttp; ?>/photos/" class="alt">PHOTOS</a>
<a href="<? echo $basehttp; ?>/pornstars/" class="alt">PORNSTARS</a>
<? if(!$_SESSION[userid]) { ?>
<a href="<? echo $basehttp; ?>/login.php" class="login">LOGIN</a>
<a href="<? echo $basehttp; ?>/signup.php" class="login">REGISTER</a>
<? } else { ?>
<a href="<? echo $basehttp; ?>/favorites/" class="login">MY FAVS</a>
<a href="<? echo $basehttp; ?>/action.php?action=logout" class="login">LOGOUT</a>
<? } ?>
<!-- id="menubar" --></div>
<!-- id="menubar-wrapper" --></div>
<div id="search-wrapper">
<div id="search">
<form method="get" action="<? echo $basehttp; ?>/searchgate.php">
<select name="channels" onChange="window.location=this.value;">
<option value="">-Channels-</option>
<?
$result = mysql_query("SELECT * FROM niches ORDER BY name ASC");
while($row = mysql_fetch_array($result)) {
$link = $basehttp.'/channels/'.$row[record_num].'/'.$row[name].'/page1.html';
echo "<option value='$link'>$row[name]</option>";
}
?>
</select><input class="text" id="search_text" type="text" name="q" value=""><input class="submit" id="search_submit" type="submit" name="submit" value="GO!">
</form>
<!-- id="searchbar" --></div>
<!-- id="searchbar-wrapper" --></div>