/*
.-----------------------------------------------------------------------------.
| Software: CMS SmartSite - index.php |
| Version: 0.90 |
| Last modified: 2014.05.05 |
| Info: https://www.dotflorence.com (webtech@dotflorence.com) |
| --------------------------------------------------------------------------- | */
include("inc/database.php");
include("inc/top_usr.php");
include("inc/language.php");
if ($include_file == 'shopcart_usr.php') include("./inc/shopcart_fun.php");
?>
include "inc/analytics_usr.php"; ?>
if ($include_file == 'googlemap_usr.php') {
$tipo = 'key';
include("./inc/googlemap_usr.php");
} ?>
//if ($include_file=="events_usr.php") { include "./inc/googlevent_usr.php"; $map='map'; }
?>
$query = "SELECT * FROM " . $pref . "options WHERE type='tmp' AND lng='" . $css . "' AND status>0 ORDER BY id";
$rs = mysql_query($query, $conn) or die("Errore nella query:" . mysql_error());
if (mysql_num_rows($rs) > 0) {
print " " . $seo_intro . "
\n";
while ($riga = mysql_fetch_array($rs)) {
print " \n";
// var_dump("./inc/" . $riga['name'] . "_usr.php");
include("./inc/" . $riga['name'] . "_usr.php");
print "
\n";
}
print " \n";
include("inc/useronline_usr.php");
print " © " . date("Y") . " | powered by
dotflorence.com\n";
print "
\n";
print "
\n";
// include("inc/timer_usr.php");
}
?>