mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
be9704a768
TODO: add files to database TODO: hash folder to stick files in
13 lines
604 B
Smarty
13 lines
604 B
Smarty
{extends file="layout.tpl"}
|
|
{block name=menu}
|
|
<td height="25" valign="middle" nowrap><a class="ajax-link" href="{$ingame_webpath}?page=show_user"><h5> Profile</h5></a></td>
|
|
<td width="3"></td>
|
|
<td height="25" valign="middle" nowrap><a class="ajax-link" href="{$ingame_webpath}?page=settings"><h5> Settings</h5></a></td>
|
|
<td width="3"></td>
|
|
<td width="10" align="center">|</td>
|
|
<td width="3"></td>
|
|
<td height="25" valign="middle" nowrap><a class="ajax-link" href="{$ingame_webpath}?page=createticket"><h5> Create New Ticket</h5></a></td>
|
|
<td width="3"></td>
|
|
|
|
{/block}
|
|
|