equal
deleted
inserted
replaced
|
1 |
|
2 </div><!-- #main --> |
|
3 |
|
4 <?php |
|
5 |
|
6 // action hook for placing content above the footer |
|
7 thematic_abovefooter(); |
|
8 |
|
9 ?> |
|
10 |
|
11 <div id="footer"> |
|
12 |
|
13 <div id="siteinfo"> |
|
14 <table width="100%" border="0"> |
|
15 <tr> |
|
16 <td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_idf.png" title="logo ile de france" width="100" /></td> |
|
17 <td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_dgicis.png" title="logo DgCis" width="100" /> </td> |
|
18 <td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_mairie_paris.png" title="logo Mairie de paris" width="100"/></td> |
|
19 <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> |
|
20 <td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_imaginove.png" title="logo Imaginove" width="100" /></td> |
|
21 <td><img src="<?php bloginfo('stylesheet_directory'); ?>/logo/financeur/logo_cap_digital.png" title="logo cap digital" width="100" /></td> |
|
22 </tr> |
|
23 </table> |
|
24 </div> |
|
25 <?php |
|
26 |
|
27 // action hook creating the footer |
|
28 thematic_footer(); |
|
29 |
|
30 ?> |
|
31 |
|
32 </div><!-- #footer --> |
|
33 |
|
34 <?php |
|
35 |
|
36 // actio hook for placing content below the footer |
|
37 thematic_belowfooter(); |
|
38 |
|
39 ?> |
|
40 |
|
41 </div><!-- #wrapper .hfeed --> |
|
42 |
|
43 <?php |
|
44 |
|
45 // calling WordPress' footer action hook |
|
46 wp_footer(); |
|
47 |
|
48 // action hook for placing content before closing the BODY tag |
|
49 thematic_after(); |
|
50 |
|
51 ?> |
|
52 |
|
53 </body> |
|
54 </html> |