1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00
2006-12-02 04:36:16 +00:00

16 lines
623 B
Python

$links ="<div class='sidebarbody'>
<h3>Links</h3>
<div class='sidebarin'>
<ul>
<li><a href='http://www.e107.org' title='e107 CMS official website'>e107 CMS official site</a></li>
<li><a href='http://e107coders.org' title='e107 CMS coders site'>e107 CMS coders site</a></li>
<li><a href='http://e107themes.com' title='e107 Style Enlightenment'>e107 Style Enlightenment</a></li>
<li><a href='http://www.stanch.net' title='The orig designer of this skin'>Orig Designer of this skin</a></li>
<li><a href='http://e107.net' title='William Moffett aka Que~'>Current Designer's site</a></li>
</ul>
</div>
</div>";
return $links;