Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 11th, 2012  |  syntax: None  |  size: 1.10 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Index: blog.php
  2. ===================================================================
  3. --- blog.php    (revision 15717)
  4. +++ blog.php    (working copy)
  5. @@ -444,7 +444,7 @@
  6.                  $xml .= '</div>';
  7.              }
  8.          } else if ($id == "index") {
  9. -            $xml .= '<div class="entry"><h2 class="post_title">No Entries found</h2></div> ';
  10. +            $xml .= '<div class="entry"><h1 class="post_title">Keine Einträge gefunden</h1></div> ';
  11.          } else {
  12.              throw new BxPageNotFoundException(substr($_SERVER['REQUEST_URI'],1));
  13.          }
  14. @@ -595,7 +595,7 @@
  15.              }
  16.  
  17.              $xml .= '>';
  18. -            $xml .= '<h2 class="post_title">'.$row['post_title'].'</h2>';
  19. +            $xml .= '<h1 class="post_title">'.$row['post_title'].'</h1>';
  20.              // get categories
  21.              if (! ($catrows = $GLOBALS['POOL']->cache->get("plugins_blog_post_categories_".$id))) {
  22.                  $catres = $GLOBALS['POOL']->db->query("select ".$tablePrefix."blogcategories.id , fullname, fulluri from ".$tablePrefix."blogcategories
  23. www1neu:/var/www/febl.ch/inc/bx/plugins#