示例#1
0
    $row['status'] = unserialize($row['status']);
}
if ($row['other']['paypalemail'] == "") {
    $row['other']['paypalemail'] = $row['other']['email'];
}
$View_site = $row['status']['offline'];
if ($View_site == "1") {
    $View_site = "0";
} else {
    if ($View_site == "0") {
        $View_site = "1";
    }
}
$SiteStatus = $row['status'];
$SiteInfo = $row;
$Array['siteinfo'] = $row;
$Array['sitetheme'] = $row['theme'];
$OfflineTheme = $row['other']['offline'];
$CustomerLogin = $row['other']['clogin'];
$Array['key'] = $key;
$Array['sitestatus'] = $SiteStatus;
$Array['shopping']['active'] = $row['other']['shopping'];
$Cw_Show_Date = Cw_Settings("hide_date");
$Cw_Show_Ads = Cw_Settings("show_ads");
$Cw_Multiple_Cat = Cw_Settings("multiple_cat");
$Cw_Restrict_White_Space = Cw_Settings("show_white_space");
$Cw_Preview_Songs = Cw_Settings("preview_songs");
if (in_array("tags", $Array['siteinfo']['other'])) {
} else {
    $Array['siteinfo']['other']['tags'] = "";
}
示例#2
0
<?php

$Cw_Show_Date = Cw_Settings("hide_date");
$Cw_Show_Ads = Cw_Settings("show_ads");
$Cw_Multiple_Cat = Cw_Settings("multiple_cat");