-
Notifications
You must be signed in to change notification settings - Fork 9
/
pied.php
executable file
·27 lines (24 loc) · 968 Bytes
/
pied.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
</div>
</div><!-- fin div id=wrapper -->
<hr>
<?php
ActionsAdminModules::instance()->inclure_module_admin("pied_top");
?>
<footer class="modal-footer">
<div class="container">
<p>© Thelia 2012
- <a href="http://www.openstudio.fr/" target="_blank">Édité par OpenStudio</a>
- <a href="http://forum.thelia.net/" target="_blank">Forum Thelia</a>
- <a href="http://contrib.thelia.net/" target="_blank">Contributions Thelia</a>
<span class="pull-right">interface par <a target="_blank" href="http://www.steaw-webdesign.com/">Steaw-Webdesign</a></span>
</p>
</div>
</footer>
</div> <!-- fin div class=bg-image -->
<?php
ActionsAdminModules::instance()->inclure_module_admin("post");
// Le parametre est passé par reference: utiliser un variable intermédiaire
$tmp = "";
Tlog::ecrire($tmp);
echo $tmp;
?>