<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>http://www.hilbring.de &#187; Theme</title> <atom:link href="http://www.hilbring.de/tag/theme/feed/" rel="self" type="application/rss+xml" /><link>http://www.hilbring.de</link> <description>Hilbrings-Weblog</description> <lastBuildDate>Fri, 16 Dec 2011 08:57:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>WordPress Theme: iNove Modifikation [Update vom 15.09.2009]</title><link>http://www.hilbring.de/2009/09/02/inove-modifikation/</link> <comments>http://www.hilbring.de/2009/09/02/inove-modifikation/#comments</comments> <pubDate>Wed, 02 Sep 2009 17:22:33 +0000</pubDate> <dc:creator>Peter Hilbring</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[iNove]]></category> <category><![CDATA[Modifikation]]></category> <category><![CDATA[Theme]]></category> <guid
isPermaLink="false">http://www.hilbring.de/?p=267</guid> <description><![CDATA[F&#252;r mein Blog nenutze ich das iNove Theme von mg12. F&#252;r dieses Theme habe ich eine kleine Erweiterung geschrieben. Meine Modifikation macht das folgende: Der Name einer statischen Startseite wird in der Men&#252;bar nicht mehr aufgef&#252;hrt Zwei Templates frontpage.php und frontpage-without-sidebar.php angelegt Im Kopfbereich k&#246;nnen &#252;ber der Men&#252;leiste eigene Banner dargestellt werden Aufrufe f&#252;r WP-PostViews [...]]]></description> <content:encoded><![CDATA[<div
class='wb_fb_top'><div
style="float:right;"></div></div><p>F&#252;r mein Blog nenutze ich das <a
title="iNove Autor Homepage" href="http://www.neoease.com/themes/" rel="external">iNove</a> Theme von <a
href="http://www.noease.com/" rel="external">mg12</a>.</p><p>F&#252;r dieses Theme habe ich eine kleine Erweiterung geschrieben. Meine Modifikation macht das folgende:</p><ul><li>Der Name einer statischen Startseite wird in der Men&#252;bar nicht mehr aufgef&#252;hrt</li><li>Zwei Templates <strong>frontpage.php</strong> und <strong>frontpage-without-sidebar.php</strong> angelegt</li><li>Im Kopfbereich k&#246;nnen &#252;ber der Men&#252;leiste eigene Banner dargestellt werden</li><li>Aufrufe f&#252;r <a
title="Homepage von WP-PostViews von Lester 'GaMerZ' Chan" href="http://lesterchan.net/portfolio/programming/php/#wp-postviews" rel="external">WP-PostViews</a> in die Templates eingetragen</li></ul><p>Die eigenen Banner m&#252;ssen eine Breite von 936 Pixeln haben. Die H&#246;he der Banner kann bei den <strong>Aktuellen Themen Optionen</strong> eingestellt werden. Die Banner m&#252;ssen in das Verzeichnis <strong>/wp-content/header/</strong> per FTP hochgeladen werden. Alle Banner mit der korrekten Gr&#246;&#223;e werden darhestellt. Hierbei k&#246;nnen die Banner mit Hilfe eines Javascripts nach einer frei w&#228;hlbaren Zeit ausgewechselt werden. Wenn diese Zeit auf <strong>0</strong> gesetzt wird wird ein Zuf&#228;lliges Banner ausgew&#228;hlt. Dieses wird bei jedem neuen Seitenaufruf gewechselt.<span
id="more-267"></span></p><p>Mit dem Patch werden 6 Dateien ver&#228;ndert und zwei neu angelegt.</p><ul><li>inove/archive.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/archive.php inove/archive.php&lt;br /&gt;
--- inove-1.4.6/archive.php	2009-08-07 15:59:46.000000000 +0200&lt;br /&gt;
+++ inove/archive.php	2009-09-15 15:19:42.000000000 +0200&lt;br /&gt;
@@ -57,6 +57,7 @@&lt;/p&gt;
&lt;/p&gt;
&lt;div class=&quot;under&quot;&gt;
 			&lt;?php if ($options['categories']) : ?&gt;&lt;span class=&quot;categories&quot;&gt;&lt;?php _e('Categories: ', 'inove'); ?&gt;&lt;/span&gt;&lt;span&gt;&lt;?php the_category(', '); ?&gt;&lt;/span&gt;&lt;?php endif; ?&gt;&lt;br /&gt;
 			&lt;?php if ($options['tags']) : ?&gt;&lt;span class=&quot;tags&quot;&gt;&lt;?php _e('Tags: ', 'inove'); ?&gt;&lt;/span&gt;&lt;span&gt;&lt;?php the_tags('', ', ', ''); ?&gt;&lt;/span&gt;&lt;?php endif; ?&gt;&lt;br /&gt;
+			&lt;?php if (function_exists('the_views')) : the_views(true, '&lt;span&gt;', ''); endif; ?&gt;&lt;br /&gt;
 		&lt;/span&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt; &lt;?php endwhile; else : ?&gt;&lt;br /&gt;
</pre></li><li>inove/footer.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/footer.php inove/footer.php&lt;br /&gt;
--- inove-1.4.6/footer.php	2009-08-07 15:59:46.000000000 +0200&lt;br /&gt;
+++ inove/footer.php	2009-09-15 15:19:42.000000000 +0200&lt;br /&gt;
@@ -37,7 +37,9 @@&lt;/p&gt;
&lt;/p&gt;
&lt;div id=&quot;themeinfo&quot;&gt;
 		&lt;?php printf(__('Theme by &lt;a href=&quot;%1$s&quot;&gt;NeoEase. Valid &lt;a href=&quot;%2$s&quot;&gt;XHTML 1.1&lt;/a&gt; and &lt;a href=&quot;%3$s&quot;&gt;CSS 3&lt;/a&gt;.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?&gt;&lt;br /&gt;
+		&lt;?php printf(__('&lt;br /&gt;
Supplements by &lt;a href=&quot;%1$s&quot;&gt;Peter Hilbring.', 'inove'), 'http://www.hilbring.de/'); ?&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;+&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt; &lt;!-- footer END --&gt;&lt;br /&gt;
</pre></li><li>inove/functions.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/functions.php inove/functions.php&lt;br /&gt;
--- inove-1.4.6/functions.php	2009-08-07 15:59:46.000000000 +0200&lt;br /&gt;
+++ inove/functions.php	2009-09-15 15:19:41.000000000 +0200&lt;br /&gt;
@@ -35,6 +35,9 @@&lt;br /&gt;
 			$options['twitter_username'] = '';&lt;br /&gt;
 			$options['analytics'] = false;&lt;br /&gt;
 			$options['analytics_content'] = '';&lt;br /&gt;
+			$options['img_dir'] = '/wp-content/header/';&lt;br /&gt;
+			$options['img_height'] = 90;&lt;br /&gt;
+			$options['img_interval'] = 30;&lt;br /&gt;
 			update_option('inove_options', $options);&lt;br /&gt;
 		}&lt;br /&gt;
 		return $options;&lt;br /&gt;
@@ -171,6 +174,11 @@&lt;br /&gt;
 			}&lt;br /&gt;
 			$options['analytics_content'] = stripslashes($_POST['analytics_content']);&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;+			// head image&lt;br /&gt;
+			$options['img_dir'] = stripslashes($_POST['img_dir']);&lt;br /&gt;
+			$options['img_height'] = (int)$_POST['img_height'];&lt;br /&gt;
+			$options['img_interval'] = (int)$_POST['img_interval'];&lt;br /&gt;
+&lt;br /&gt;
 			update_option('inove_options', $options);&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt; 		} else {&lt;br /&gt;
@@ -442,6 +450,35 @@&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;+&lt;/p&gt;
&lt;/p&gt;
&lt;table class=&quot;form-table&quot; border=&quot;0&quot;&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;tbody&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;tr valign=&quot;top&quot;&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Header Image', 'inove'); ?&gt;&lt;/th&gt;
&lt;/p&gt;
&lt;p&gt;+&lt;/p&gt;
&lt;/p&gt;
&lt;td&gt;
+						&lt;label&gt;&lt;br /&gt;
+							&lt;?php _e('All header images are located in ', 'inove'); ?&gt;&lt;br /&gt;
+						&lt;/label&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;input id=&quot;img_dir&quot; class=&quot;code&quot; name=&quot;img_dir&quot; size=&quot;64&quot; type=&quot;text&quot; value=&quot;&lt;?php echo($options['img_dir']); ?/&gt;&quot; /&gt;&lt;br /&gt;
+&lt;br /&gt;
+						&lt;?php _e('The image(s) must be 936px width and &lt;code&gt;Height px height.', 'inove'); ?&gt;&lt;br /&gt;
+&lt;br /&gt;
+						&lt;label&gt;&lt;br /&gt;
+							&lt;?php _e('Height', 'inove'); ?&gt;&lt;br /&gt;
+						&lt;/label&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;input id=&quot;img_height&quot; class=&quot;code&quot; name=&quot;img_height&quot; size=&quot;3&quot; type=&quot;text&quot; value=&quot;&lt;?php echo($options['img_height']); ?/&gt;&quot; /&gt;px&lt;br /&gt;
+&lt;br /&gt;
+						&lt;label&gt;&lt;br /&gt;
+							&lt;?php _e('Rotate header images with Javascript every ', 'inove'); ?&gt;&lt;br /&gt;
+						&lt;/label&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;input id=&quot;img_interval&quot; class=&quot;code&quot; name=&quot;img_interval&quot; size=&quot;3&quot; type=&quot;text&quot; value=&quot;&lt;?php echo($options['img_interval']); ?/&gt;&quot; /&gt;&lt;br /&gt;
+						&lt;?php _e(' seconds', 'inove'); ?&gt;&lt;br /&gt;
+&lt;br /&gt;
+						&lt;?php _e('Select amount of seconds between rotation. Set to 0 to not use Javascript for rotation. In this case the images will still be rotated on each page load, but without JS.', 'inove'); ?&gt;&lt;br /&gt;
+					&lt;/td&gt;
&lt;/p&gt;
&lt;p&gt;+				&lt;/tr&gt;
&lt;/p&gt;
&lt;p&gt;+			&lt;/tbody&gt;
&lt;/p&gt;
&lt;p&gt;+		&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;+&lt;/p&gt;
&lt;/p&gt;
&lt;input class=&quot;button-primary&quot; name=&quot;inove_save&quot; type=&quot;submit&quot; value=&quot;&lt;?php _e('Save Changes', 'inove'); ?/&gt;&quot; /&gt;&lt;br /&gt;
</pre></li><li>inove/index.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/index.php inove/index.php&lt;br /&gt;
--- inove-1.4.6/index.php	2009-08-07 15:59:46.000000000 +0200&lt;br /&gt;
+++ inove/index.php	2009-09-15 15:19:42.000000000 +0200&lt;br /&gt;
@@ -32,6 +32,7 @@&lt;/p&gt;
&lt;/p&gt;
&lt;div class=&quot;under&quot;&gt;
 			&lt;?php if ($options['categories']) : ?&gt;&lt;span class=&quot;categories&quot;&gt;&lt;?php _e('Categories: ', 'inove'); ?&gt;&lt;/span&gt;&lt;span&gt;&lt;?php the_category(', '); ?&gt;&lt;/span&gt;&lt;?php endif; ?&gt;&lt;br /&gt;
 			&lt;?php if ($options['tags']) : ?&gt;&lt;span class=&quot;tags&quot;&gt;&lt;?php _e('Tags: ', 'inove'); ?&gt;&lt;/span&gt;&lt;span&gt;&lt;?php the_tags('', ', ', ''); ?&gt;&lt;/span&gt;&lt;?php endif; ?&gt;&lt;br /&gt;
+			&lt;?php if (function_exists('the_views')) : the_views(true, '&lt;span&gt;', ''); endif; ?&gt;
 		&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt; &lt;?php endwhile; else : ?&gt;&lt;br /&gt;
</pre></li><li>inove/single.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/single.php inove/single.php&lt;br /&gt;
--- inove-1.4.6/single.php	2009-08-07 15:59:46.000000000 +0200&lt;br /&gt;
+++ inove/single.php	2009-09-15 15:19:42.000000000 +0200&lt;br /&gt;
@@ -28,6 +28,7 @@&lt;/p&gt;
&lt;/p&gt;
&lt;div class=&quot;under&quot;&gt;
 			&lt;?php if ($options['categories']) : ?&gt;&lt;span class=&quot;categories&quot;&gt;&lt;?php _e('Categories: ', 'inove'); ?&gt;&lt;/span&gt;&lt;span&gt;&lt;?php the_category(', '); ?&gt;&lt;/span&gt;&lt;?php endif; ?&gt;&lt;br /&gt;
 			&lt;?php if ($options['tags']) : ?&gt;&lt;span class=&quot;tags&quot;&gt;&lt;?php _e('Tags: ', 'inove'); ?&gt;&lt;/span&gt;&lt;span&gt;&lt;?php the_tags('', ', ', ''); ?&gt;&lt;/span&gt;&lt;?php endif; ?&gt;&lt;br /&gt;
+			&lt;?php if (function_exists('the_views')) : the_views(true, '&lt;span&gt;', ''); endif; ?&gt;
 		&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;</pre></li><li>inove/templates/header.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/templates/header.php inove/templates/header.php&lt;br /&gt;
--- inove-1.4.6/templates/header.php	2009-08-07 15:59:46.000000000 +0200&lt;br /&gt;
+++ inove/templates/header.php	2009-09-15 15:19:41.000000000 +0200&lt;br /&gt;
@@ -1,5 +1,68 @@&lt;br /&gt;
 &lt;!-- header START --&gt;&lt;br /&gt;
-&lt;/p&gt;
&lt;/p&gt;
&lt;div id=&quot;header&quot;&gt;
+&lt;?php&lt;br /&gt;
+	function inove_get_img_array() {&lt;br /&gt;
+		$options = iNoveOptions::getOptions();&lt;br /&gt;
+		$files = array();&lt;br /&gt;
+		$imgdir = $options['img_dir'];&lt;br /&gt;
+		$imgpath = $_SERVER['DOCUMENT_ROOT'] . $imgdir;&lt;br /&gt;
+		$dh  = opendir($imgpath);&lt;br /&gt;
+		while (false !== ($filename = readdir($dh))) {&lt;br /&gt;
+			if(eregi('.jpg', $filename) || eregi('.gif', $filename) || eregi('.png', $filename)) {&lt;br /&gt;
+				list($img_width, $img_height) = getimagesize($imgpath . $filename);&lt;br /&gt;
+				if(($img_width == 936) &amp;amp;&amp;amp; ($img_height == $options['img_height'])) {&lt;br /&gt;
+					array_push($files, '\'' . get_bloginfo('siteurl') . $imgdir . $filename . '\'');&lt;br /&gt;
+				}&lt;br /&gt;
+		}&lt;br /&gt;
+		}&lt;br /&gt;
+		closedir($dh);&lt;br /&gt;
+&lt;br /&gt;
+		return $files;&lt;br /&gt;
+	}&lt;br /&gt;
+&lt;br /&gt;
+	$files = inove_get_img_array();&lt;br /&gt;
+&lt;br /&gt;
+	/* Generate a random number */&lt;br /&gt;
+	$amount_images = count($files);&lt;br /&gt;
+	$number_images = ($amount_images-1);&lt;br /&gt;
+	$randnum = rand(0,$number_images);&lt;br /&gt;
+&lt;br /&gt;
+	$selected_header_image = $files[$randnum];&lt;br /&gt;
+?&gt;&lt;br /&gt;
+	&lt;?php if ($selected_header_image == '') : ?&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;div id=&quot;header&quot;&gt;
+	&lt;?php else : ?&gt;&lt;br /&gt;
+		&lt;?php if ($options['img_interval'] != 0) : ?&gt;&lt;br /&gt;
+			&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--mce:0--&gt;&lt;/script&gt;&lt;br /&gt;
+		&lt;?php&lt;br /&gt;
+			$selected_header_image = $HeaderImages[0];&lt;br /&gt;
+			endif;&lt;br /&gt;
+		?&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;div id=&quot;imagecontainer&quot; style=&quot;border-bottom: 1px solid #a6a6a6; margin: 0pt; padding: 0pt; position: relative;&quot;&gt;
+		&lt;?php if ($inove_nosidebar != true) : ?&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;div style=&quot;position: absolute; z-index: 2; top: 0pt; right: 0pt; background-color: #656a6d; width: 300px; opacity: 0.4;&quot;&gt; &lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;+		&lt;?php endif; ?&gt;&lt;br /&gt;
+	&lt;?php endif; ?&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt; 	&lt;!-- banner START --&gt;&lt;br /&gt;
 	&lt;?php if( $options['banner_content'] &amp;amp;&amp;amp; (&lt;br /&gt;
@@ -31,7 +94,7 @@&lt;br /&gt;
 			if($options['menu_type'] == 'categories') {&lt;br /&gt;
 				wp_list_categories('title_li=0&amp;amp;orderby=name&amp;amp;show_count=0');&lt;br /&gt;
 			} else {&lt;br /&gt;
-				wp_list_pages('title_li=0&amp;amp;sort_column=menu_order');&lt;br /&gt;
+				wp_list_pages('title_li=0&amp;amp;sort_column=menu_order&amp;amp;exclude=256');&lt;br /&gt;
 			}&lt;br /&gt;
 		?&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;li&gt;&lt;a class=&quot;lastmenu&quot; href=&quot;javascript:void(0);&quot;&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;</pre></li><li>inove/frontpage.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/frontpage.php inove/frontpage.php&lt;br /&gt;
--- inove-1.4.6/frontpage.php	1970-01-01 01:00:00.000000000 +0100&lt;br /&gt;
+++ inove/frontpage.php	2009-09-15 15:30:33.000000000 +0200&lt;br /&gt;
@@ -0,0 +1,23 @@&lt;br /&gt;
+&lt;?php&lt;br /&gt;
+/*&lt;br /&gt;
+Template Name: Frontpage&lt;br /&gt;
+*/&lt;br /&gt;
+?&gt;&lt;br /&gt;
+&lt;?php get_header(); ?&gt;&lt;br /&gt;
+&lt;br /&gt;
+&lt;?php if (have_posts()) : the_post(); update_post_caches($posts); ?&gt;&lt;br /&gt;
+&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; class=&quot;post&quot;&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;div class=&quot;content&quot;&gt;
+			&lt;?php the_content(); ?&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;+		&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;+	&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;+&lt;br /&gt;
+&lt;?php else : ?&gt;&lt;br /&gt;
+&lt;/p&gt;
&lt;/p&gt;
&lt;div class=&quot;errorbox&quot;&gt;
+		&lt;?php _e('Sorry, no posts matched your criteria.', 'inove'); ?&gt;&lt;br /&gt;
+	&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;+&lt;?php endif; ?&gt;&lt;br /&gt;
+&lt;br /&gt;
+&lt;?php get_footer(); ?&gt;&lt;br /&gt;
</pre></li><li>inove/frontpage-without-sidebar.php<pre class="brush: diff; title: ; notranslate">diff -urN inove-1.4.6/frontpage-without-sidebar.php inove/frontpage-without-sidebar.php&lt;br /&gt;
--- inove-1.4.6/frontpage-without-sidebar.php	1970-01-01 01:00:00.000000000 +0100&lt;br /&gt;
+++ inove/frontpage-without-sidebar.php	2009-09-15 15:25:05.000000000 +0200&lt;br /&gt;
@@ -0,0 +1,11 @@&lt;br /&gt;
+&lt;?php&lt;br /&gt;
+/*&lt;br /&gt;
+Template Name: Frontpage without sidebar&lt;br /&gt;
+*/&lt;br /&gt;
+?&gt;&lt;br /&gt;
+&lt;br /&gt;
+&lt;?php&lt;br /&gt;
+	global $inove_nosidebar;&lt;br /&gt;
+	$inove_nosidebar = true;&lt;br /&gt;
+	include('frontpage.php');&lt;br /&gt;
+?&gt;&lt;br /&gt;
</pre></li></ul><p><br
class="spacer_" /></p><p>Die modifizierte Version kann in zwei Versionen herunter geladen werden</p><ul><li>als Patchdatei gegen die Version iNove 1.4.6</li><li>als komplettes ZIP Paket</li></ul><p>Die aktuellen iNove Versionen k&#246;nnen auf der <a
title="iNove Themen Homepage bei WordPress.org" href="http://wordpress.org/extend/themes/inove" rel="external">WordPress Themenseite</a> herunter geladen werden.</p><p>N&#252;tzliche Hinweise und Tipps zur Modifikation von iNove habe ich in dem <a
title="Free WordPress Tutorials" href="http://educhalk.org/blog/?tag=inove" rel="external">Free WordPress Tutorials</a> Blog gefunden.</p><p>Bei Erscheinen einer neuen iNove Version werde ich meine Version anpassen.</p><p>Weitere Vorschl&#228;ge werde ich, nach M&#246;glichkeit, in meine Modifikation &#252;bernehmen.</p><div
class="attachments"><h2>Downloads</h2><dl
class="attachments attachments-large"><dt
class="icon"><a
title="inove-1.4.6-modified.zip" href="?aid=270&amp;sa=1"><img
src="http://www.hilbring.de/wp-content/plugins/eg-attachments/img/flags/zip.png" width="48" height="48" alt="Modifizierte iNove 1.4.6 Version" /></a></dt><dd
class="caption"><strong>Titel</strong> : <a
title="inove-1.4.6-modified.zip" href="?aid=270&amp;sa=1">inove-1.4.6-modified.zip</a><br
/><strong>Beschriftung</strong> : <br
/><strong>Dateiname</strong> : inove-1.4.6-modified.zip<br
/><strong>Size</strong> : 527 kB</dd></dl><dl
class="attachments attachments-large"><dt
class="icon"><a
title="inove-1.4.6.patch" href="?aid=270&amp;sa=1&amp;aid=269&amp;sa=1"><img
src="http://www.hilbring.de/wp-includes/images/crystal/default.png" width="48" height="48" alt="Patchfile für iNove 1.4.6" /></a></dt><dd
class="caption"><strong>Titel</strong> : <a
title="inove-1.4.6.patch" href="?aid=270&amp;sa=1&amp;aid=269&amp;sa=1">inove-1.4.6.patch</a><br
/><strong>Beschriftung</strong> : <br
/><strong>Dateiname</strong> : inove-1.4.6.patch<br
/><strong>Size</strong> : 9 kB</dd></dl></div><p>[ratings]</p> ]]></content:encoded> <wfw:commentRss>http://www.hilbring.de/2009/09/02/inove-modifikation/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Served from: www.hilbring.de @ 2012-02-06 14:40:12 by W3 Total Cache -->
