web/wp-content/themes/thematic/footer.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore


    </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>