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}
|
|
|