|
| |
cellpadding="0" cellspacing="0" border="0" align="=$SETTINGS['alignment']?>" class="container" >
if($SETTINGS['logo']) {
?>
} else {
print " ";
}
?>
|
if($SETTINGS['banners'] == 1) {
view();
} else {
print " ";
}
?>
|
|
if(function_exists('viewgoogleads')){
if(viewgoogleads() == "header") {
?>
}}?>
|
|
//-- Get users and auctions counters
$COUNTERSTOSHOW = @mysql_fetch_array(@mysql_query("SELECT * FROM PHPAUCTIONXL_counterstoshow"));
$query = "select * from PHPAUCTIONXL_counters";
$result_counters = mysql_query($query);
$counters="";
if($result_counters) {
if($COUNTERSTOSHOW['auctions'] == 'y') $counters .= "".mysql_result($result_counters,0,"auctions")." ".strtoupper($MSG_232);
if($COUNTERSTOSHOW['users'] == 'y') $counters .= " "."".mysql_result($result_counters,0,"users")." ".strtoupper($MSG_231);
print $counters;
if($COUNTERSTOSHOW['online'] == 'y') include $prefix."online.php";
}
?>
//-- Display current Date/Time
print " ".ActualDate();
?>
|
|
print $MSG_501; ?> |
if(($SETTINGS['uniqueseller']>0 && $_SESSION["PHPAUCTION_LOGGED_IN"]==$SETTINGS['uniqueseller']) || $SETTINGS['uniqueseller']==0){
?>
print $MSG_236; ?> |
}
if($_SESSION["PHPAUCTION_LOGGED_IN"]) {
/* user is logged in, give link to edit data or log out */
?>
print $MSG_622; ?> |
print $MSG_245; ?> |
} else {
/* user not logged in, give link to register or login */
?>
print $MSG_235; ?> |
print $MSG_259; ?> |
}
?>
// Incluye Wanted Items solo si es XL ------------------------------------------------
if($SETTINGS['wanted'] == 'y' && (file_exists('./admin/xl') || file_exists('./admin/classifieds'))) {
?>
print $MSG_30_0122; ?> |
}
if($SETTINGS['boards'] == 'y' && $SETTINGS['boardslink'] == 'y' && ($SETTINGS['phpbbforums'] == "n" || !$SETTINGS['phpbbforums'])) {
?>
print $MSG_5055; ?> |
}
?>
if($SETTINGS['boards'] == 'y' && $SETTINGS['boardslink'] == 'y' && $SETTINGS['phpbbforums'] == "y") {
?>
print $MSG_5055; ?> |
}
#// ==================================================================================
#// This is for XL navigation bar ----------------------------------------------------
if ((file_exists("./classifieds/index.php") || file_exists("../../classifieds/index.php")) && (file_exists('./admin/xl') || file_exists('../../admin/xl'))) {
?>
|
}
if ((file_exists("./reverse/index.php") || file_exists("../../reverse/index.php")) && (file_exists('./admin/xl') || file_exists('../../admin/xl'))) {
?>
|
}
if ((file_exists("./trading/index.php") || file_exists("../../trading/index.php")) && (file_exists('./admin/xl') || file_exists('../../admin/xl'))) {
?>
|
}
#// End XL navigation bar -------------------------------------------------------------
#// ===================================================================================
#// Navigation bar for other packages (non-XL) ---------------------------------------
if(file_exists("../admin/xl")){
?>
|
}
?>
if (file_exists("../classifieds/index.php") && !file_exists('./admin/classifieds')) {
?>
|
}
?>
if (file_exists("../reverse/index.php") && !file_exists('./admin/reverse')) {
?>
|
}
?>
if (file_exists("../trading/index.php") && !file_exists('./admin/trading')) {
?>
|
}
?>
// Incluye Stores solo si es XL ---------------------------------------------------------
if($STORESENABLED == 'y' && file_exists('./admin/xl')) {
if(file_exists("modules/stores")){
?>
print $MSG_30_0044; ?> |
} elseif($STORESENABLED == 'y') {
?>
print $MSG_30_0044; ?> |
}
}
?>
print $MSG_164; ?> |
if($editstyle) {
/* user is logged in, give link to edit data or log out */
?>
">EDIT PAGE STYLE |
}
?>
|
| |