web/wp-content/themes/thematic/footer.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/thematic/footer.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,54 @@
+
+    </div><!-- #main -->
+    
+    <?php
+    
+    // action hook for placing content above the footer
+    thematic_abovefooter();
+    
+    ?>    
+
+	<div id="footer">
+    
+	<div id="siteinfo">
+		<table width="100%" border="0">
+			<tr>
+				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_idf.png" title="logo ile de france" width="100" /></td>
+				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_dgicis.png" title="logo DgCis" width="100" /> </td>
+				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_mairie_paris.png" title="logo Mairie de paris"  width="100"/></td>
+				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_val_de_marne.png" title="logo Conseil général du Val de Marne" width="100" /></td>
+				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_imaginove.png" title="logo Imaginove" width="100" /></td>
+				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_cap_digital.png" title="logo cap digital" width="100" /></td>
+			</tr>
+		</table>
+	</div>
+        <?php
+        
+        // action hook creating the footer 
+        thematic_footer();
+        
+        ?>
+        
+	</div><!-- #footer -->
+	
+    <?php
+    
+    // actio hook for placing content below the footer
+    thematic_belowfooter();
+    
+    ?>  
+
+</div><!-- #wrapper .hfeed -->
+
+<?php 
+
+// calling WordPress' footer action hook
+wp_footer();
+
+// action hook for placing content before closing the BODY tag
+thematic_after(); 
+
+?>
+
+</body>
+</html>
\ No newline at end of file