= htmlfriendly($headline) ?>
'Lesen Sie weiter', 'en' => 'Read on'); $result = mysql_query("SELECT DISTINCT c.content, c.imageleft, c.headline, c.topic FROM cms_content c, cms_pages p WHERE p.parent = '".$pid."' and p.archived = 'false' and c.pid = p.pid and c.language_id = '".$lid."' ORDER BY p.sort "); while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { $sub_content = stripslashes($row['content']); $imageleft = stripslashes($row['imageleft']); $headline = stripslashes($row['headline']); $sub_headline = stripslashes($row['topic']); ?>
= htmlfriendly($headline) ?>
= htmlfriendly($sub_headline) ?> = $read_on_text[$lid] ?>… = $sub_content ?>
= htmlfriendly($sub_headline) ?> = $read_on_text[$lid] ?>… = $sub_content ?>
= (($imageleft != '' && file_exists('_siteimages/'.$imageleft)) ? '
' : '') ?>