Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

16
themes/archer/index.tpl Normal file
View file

@ -0,0 +1,16 @@
{$header}
<div id="content-wrap"><div id="content">
<div id="sidebar" >
{$leftnav}
</div>
<div id="main">
{$content}
</div>
<div id="rightbar">
<div class="userlist">
</div>
<div class="functions">
</div>
{$rightnav}
</div>
</div></div>