Um das zu vermeiden, sollte der output so aussehen:
Code: Alles auswählen
<?php
/***********************************************
* CONTENIDO MODUL - OUTPUT
*
* eases the implemantation of chcounter:
* http://www.christoph-bachner.net/chcounter
* June, 10.2006 :: jochen preusche
*
* remember to adjust the directory to chc
* optional changes: $visible
* requires chcounter (download-link see above)
*
*
* BASED ON
*================================================
*
* (Headline) im Artikel ausgeben
* Author : Christa Tabara
* Copyright : Christa Tabara
* Created : 14-07-2005
* Modified by HerrB: 22-07-2005
* Modified to implement chc: nonano: 06-10-2006
************************************************/
if (!$HTTP_GET_VARS['contenido']){
$db = new DB_Contenido;
$db->query("SELECT title FROM ".$cfg['tab']['art_lang']." WHERE idartlang = '".$idartlang."'");
$db->next_record();
echo "
";
$chCounter_page_title = $db->f("title");
// $chCounter_visible = 0;
include('../../statistik/counter.php');
}
?>
edit: sorry, ich wollte das eigentlich in dem Thread chccounter posten ...
@ mods -- bitte verschieben, wenn möglich.