Na in der /modules/mod_astatspro.php kannst Du die Reihenfolge ändern!
z.B.
aus
PHP-Code:
// VISITORS
if ($besucher_on) {
$chCounter_visible = 1;
$chCounter_page_title = '';
$chCounter_status = 'inactive';
$chCounter_template = <<<CHC_TEMPLATE
\n<div><span style="float:right;">{V_TOTAL_VISITORS}</span><b>{L_TOTAL_VISITORS}:</b> </div>
CHC_TEMPLATE;
include( 'administrator/components/com_astatspro/counter.php' );
}
if ($bes_heute_on) {
$chCounter_visible = 1;
$chCounter_page_title = '';
$chCounter_status = 'inactive';
$chCounter_template = <<<CHC_TEMPLATE
\n<div><span style="float:right;">{V_VISITORS_TODAY}</span>{L_VISITORS_TODAY} </div>
CHC_TEMPLATE;
include( 'administrator/components/com_astatspro/counter.php' );
}
if ($bes_gestern_on) {
$chCounter_visible = 1;
$chCounter_page_title = '';
$chCounter_status = 'inactive';
$chCounter_template = <<<CHC_TEMPLATE
\n<div><span style="float:right;">{V_VISITORS_YESTERDAY}</span>{L_VISITORS_YESTERDAY} </div>
CHC_TEMPLATE;
include( 'administrator/components/com_astatspro/counter.php' );
}
mache
PHP-Code:
// VISITORS
if ($bes_gestern_on) {
$chCounter_visible = 1;
$chCounter_page_title = '';
$chCounter_status = 'inactive';
$chCounter_template = <<<CHC_TEMPLATE
\n<div><span style="float:right;">{V_VISITORS_YESTERDAY}</span>{L_VISITORS_YESTERDAY} </div>
CHC_TEMPLATE;
include( 'administrator/components/com_astatspro/counter.php' );
}
if ($besucher_on) {
$chCounter_visible = 1;
$chCounter_page_title = '';
$chCounter_status = 'inactive';
$chCounter_template = <<<CHC_TEMPLATE
\n<div><span style="float:right;">{V_TOTAL_VISITORS}</span><b>{L_TOTAL_VISITORS}:</b> </div>
CHC_TEMPLATE;
include( 'administrator/components/com_astatspro/counter.php' );
}
if ($bes_heute_on) {
$chCounter_visible = 1;
$chCounter_page_title = '';
$chCounter_status = 'inactive';
$chCounter_template = <<<CHC_TEMPLATE
\n<div><span style="float:right;">{V_VISITORS_TODAY}</span>{L_VISITORS_TODAY} </div>
CHC_TEMPLATE;
include( 'administrator/components/com_astatspro/counter.php' );
}
Lesezeichen