/[svn]/web/trunk/www.linuxsampler.org/news_internal.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/news_internal.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2157 by schoenebeck, Sun Jan 16 19:00:42 2011 UTC revision 2158 by schoenebeck, Sun Jan 16 20:12:05 2011 UTC
# Line 32  function startElement($parser, $name, $a Line 32  function startElement($parser, $name, $a
32          $current_link_ref = (isset($attribs["ref"])) ? $attribs["ref"] : "";          $current_link_ref = (isset($attribs["ref"])) ? $attribs["ref"] : "";
33          echo "<a href=\"$current_link_ref\">";          echo "<a href=\"$current_link_ref\">";
34          if (count($attribs) && isset($attribs["img"])) {          if (count($attribs) && isset($attribs["img"])) {
35              $pic = $attribs["img"]);              $pic = $attribs["img"];
36              echo "<img src=\"$pic\" style=\"float: left; margin: 4px;\">";              echo "<img src=\"$pic\" style=\"float: left; margin: 4px;\">";
37              $current_tag_body_is_empty = false;              $current_tag_body_is_empty = false;
38          }          }

Legend:
Removed from v.2157  
changed lines
  Added in v.2158

  ViewVC Help
Powered by ViewVC