--- web/trunk/www.linuxsampler.org/news_internal.php 2007/10/12 14:42:58 1410 +++ web/trunk/www.linuxsampler.org/news_internal.php 2011/01/16 19:00:42 2157 @@ -24,12 +24,18 @@ if ($name == "entry") { if (count($attribs) && isset($attribs["date"])) { $d = $attribs["date"]; - echo "
"; + // pack into a (single cell) table so (flaoting) images wont vertically overlap out of the news block border + echo "
"; echo "$d "; } else echo "??? "; } else if ($name == "link") { $current_link_ref = (isset($attribs["ref"])) ? $attribs["ref"] : ""; echo ""; + if (count($attribs) && isset($attribs["img"])) { + $pic = $attribs["img"]); + echo ""; + $current_tag_body_is_empty = false; + } } else if ($name == "list") { echo "
    "; } else if ($name == "li") { @@ -47,7 +53,8 @@ array_pop($current_tag); - if ($name == "entry") { echo "\n"; + if ($name == "entry") { + echo "
\n"; if ($max_items > 0) $max_items--; } else if ($name == "link") {