w viewforum_body.tpl wszytko jest dobrze a gdzie przedrostek Panelu Adminsitracyjnym ?? chodzi ci o menu do edycji?
viewforum_body.tpl
Kod:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="nav" valign="top"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br />
{PAGINATION}</td>
<td class="gensmall" align="right" valign="bottom">{L_MODERATOR}: {MODERATORS}<br />
{LOGGED_IN_USER_LIST}<br />
<strong><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></strong></td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" width="82" height="25" /></a></td>
<td class="nav" width="100%"> <a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="1%">
<tr>
<td width="1%" height="1%">
<p align="left"><img src="templates/mxF1/images/bar_h_g.gif" align="absmiddle" width="50" height="20" border="0"></p>
</td>
<td width="100%" background="templates/mxF1/images/bar_h_m.gif">
</td>
<td width="1%" height="1%">
<p align="right"><img src="templates/mxF1/images/bar_h_d.gif" width="50" height="20" border="0"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="2" cellspacing="1" width="100%" class="forumline">
<tr>
<th colspan="2" align="center" class="thcornerl" nowrap height="28"> {L_TOPICS} </th>
<th width="50" align="center" class="thtop" nowrap> {L_REPLIES} </th>
<th width="100" align="center" class="thtop" nowrap> {L_AUTHOR} </th>
<th width="50" align="center" class="thtop" nowrap> {L_VIEWS} </th>
<th align="center" class="thcornerr" nowrap> {L_LASTPOST} </th>
</tr>
<!-- BEGIN topicrow -->
<tr>
<td height="34" nowrap class="row1"><a href="{topicrow.U_VIEW_TOPIC}"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="33" height="25" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" border="0" /></a></td>
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TAG}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row3" align="center"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
<td class="row2" align="center"><span class="postdetails">{topicrow.VIEWS}</span></td>
<td class="row3" align="center" nowrap><span class="postdetails"> {topicrow.LAST_POST_TIME} <br />
{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- END topicrow -->
<!-- BEGIN switch_no_topics -->
<tr>
<td class="row1" colspan="6" align="center">{L_NO_TOPICS}</td>
</tr>
<!-- END switch_no_topics -->
<tr>
<td class="catbottom" align="center" colspan="6" height="28">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<form method="post" action="{S_POST_DAYS_ACTION}">
<td><span class="genmed">{L_DISPLAY_TOPICS}:</span> {S_SELECT_TOPIC_DAYS}
<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
</td>
</form>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="1%">
<tr>
<td width="1%" height="1%">
<p align="left"><img src="templates/mxF1/images/bar_f_g.gif" align="absmiddle" width="50" height="24" border="0"></p>
</td>
<td width="100%" background="templates/mxF1/images/bar_f_m.gif">
</td>
<td width="1%" height="1%">
<p align="right"><img src="templates/mxF1/images/bar_f_d.gif" width="49" height="24" border="0"></p>
</td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" width="82" height="25" /></a></td>
<td class="nav" width="100%"> <a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="nav" valign="top">{PAGINATION}<br />
<br />
{JUMPBOX}<br />
</td>
<td class="gensmall" align="right" valign="top"><strong><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></strong><br />
{L_MODERATOR}: {MODERATORS}<br />
{LOGGED_IN_USER_LIST}
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="1%">
<tr>
<td width="1%" height="1%">
<p align="left"><img src="templates/mxF1/images/bar_h_g.gif" align="absmiddle" width="50" height="20" border="0"></p>
</td>
<td width="100%" background="templates/mxF1/images/bar_h_m.gif">
</td>
<td width="1%" height="1%">
<p align="right"><img src="templates/mxF1/images/bar_h_d.gif" width="50" height="20" border="0"></p>
</td>
</tr>
</table>
<table width="100%" class="forumline" cellspacing="2" border="0" align="center" cellpadding="0">
<tr>
<td align="left" valign="top">
<table border="0" cellspacing="3" cellpadding="0">
<tr>
<td><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" title="{L_NEW_POSTS}" width="33" height="25" /></td>
<td class="gensmall"> {L_NEW_POSTS}</td>
<td> </td>
<td><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" title="{L_NO_NEW_POSTS}" width="33" height="25" /></td>
<td class="gensmall"> {L_NO_NEW_POSTS}</td>
<td> </td>
<td><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" title="{L_ANNOUNCEMENT}" width="33" height="25" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" title="{L_NEW_POSTS_HOT}" width="33" height="25" /></td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td> </td>
<td><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" title="{L_NO_NEW_POSTS_HOT}" width="33" height="25" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td> </td>
<td><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" title="{L_STICKY}" width="33" height="25" /></td>
<td class="gensmall">{L_STICKY}</td>
</tr>
<tr>
<td><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" title="{L_NEW_POSTS_LOCKED}" width="33" height="25" /></td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td> </td>
<td><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" title="{L_NO_NEW_POSTS_LOCKED}" width="33" height="25" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<td> </td>
<td> </td>
<td class="gensmall"> </td>
</tr>
</table>
</td>
<td align="right" valign="top"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="1%">
<tr>
<td width="1%" height="1%">
<p align="left"><img src="templates/mxF1/images/bar_f_g.gif" align="absmiddle" width="50" height="24" border="0"></p>
</td>
<td width="100%" background="templates/mxF1/images/bar_f_m.gif">
</td>
<td width="1%" height="1%">
<p align="right"><img src="templates/mxF1/images/bar_f_d.gif" width="49" height="24" border="0"></p>
</td>
</tr>
</table>
BRTT
Bardzo fajne forum z zdjęciami 