
Untitled
By: a guest on
Jul 11th, 2012 | syntax:
None | size: 1.10 KB | hits: 21 | expires: Never
Index: blog.php
===================================================================
--- blog.php (revision 15717)
+++ blog.php (working copy)
@@ -444,7 +444,7 @@
$xml .= '</div>';
}
} else if ($id == "index") {
- $xml .= '<div class="entry"><h2 class="post_title">No Entries found</h2></div> ';
+ $xml .= '<div class="entry"><h1 class="post_title">Keine Einträge gefunden</h1></div> ';
} else {
throw new BxPageNotFoundException(substr($_SERVER['REQUEST_URI'],1));
}
@@ -595,7 +595,7 @@
}
$xml .= '>';
- $xml .= '<h2 class="post_title">'.$row['post_title'].'</h2>';
+ $xml .= '<h1 class="post_title">'.$row['post_title'].'</h1>';
// get categories
if (! ($catrows = $GLOBALS['POOL']->cache->get("plugins_blog_post_categories_".$id))) {
$catres = $GLOBALS['POOL']->db->query("select ".$tablePrefix."blogcategories.id , fullname, fulluri from ".$tablePrefix."blogcategories
www1neu:/var/www/febl.ch/inc/bx/plugins#