20 lines
706 B
HTML
Executable File
20 lines
706 B
HTML
Executable File
{module_include location='before_footer'}
|
|
|
|
<hr />
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p>{intl l='© Thelia 2013'}
|
|
- <a href="http://www.openstudio.fr/" target="_blank">{intl l='Édité par OpenStudio'}</a>
|
|
- <a href="http://forum.thelia.net/" target="_blank">{intl l='Forum Thelia'}</a>
|
|
- <a href="http://contrib.thelia.net/" target="_blank">{intl l='Contributions Thelia'}</a>
|
|
<span class="pull-right">{intl l='interface par <a target="_blank" href="http://www.steaw-webdesign.com/">Steaw-Webdesign</a>'}</span>
|
|
</p>
|
|
|
|
{module_include location='in_footer'}
|
|
|
|
</div>
|
|
</footer>
|
|
|
|
{module_include location='after_footer'}
|
|
</body>
|
|
</html> |