1
0

inc.titleBar.tmpl 1.5 KB

123456789101112131415161718
  1. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  2. <tr>
  3. <td align="left"><font class="title"><tmpl_var name="titleBar_title"></font></td>
  4. <tmpl_if name="titleBar_showButtons">
  5. <td align=right>
  6. <a href="index.php?iid=index"><img src="themes/<tmpl_var name="theme">/images/home.gif" width=49 height=13 title="<tmpl_var name="_TORRENTS">" border=0></a>
  7. <a href="index.php?iid=dir"><img src="themes/<tmpl_var name="theme">/images/directory.gif" width=49 height=13 title="<tmpl_var name="_DIRECTORYLIST">" border=0></a>
  8. <a href="index.php?iid=history"><img src="themes/<tmpl_var name="theme">/images/history.gif" width=49 height=13 title="<tmpl_var name="_UPLOADHISTORY">" border=0></a>
  9. <a href="index.php?iid=profile"><img src="themes/<tmpl_var name="theme">/images/profile.gif" width=49 height=13 title="<tmpl_var name="_MYPROFILE">" border=0></a>
  10. <a href="index.php?iid=readmsg"><tmpl_if name="titleBar_number_messages"><img src="themes/<tmpl_var name="theme">/images/messages_on.gif" border=0><tmpl_else><img src="themes/<tmpl_var name="theme">/images/messages_off.gif" border=0></tmpl_if></a>
  11. <tmpl_if name="isAdmin">
  12. <a href="admin.php"><img src="themes/<tmpl_var name="theme">/images/admin.gif" width=49 height=13 title="<tmpl_var name="_ADMINISTRATION">" border=0></a>
  13. </tmpl_if>
  14. <a href="index.php?iid=logout"><img src="themes/tf_standard_themes/images/logout.gif" width=13 height=12 title="Logout" border=0></a>
  15. </td>
  16. </tmpl_if>
  17. </tr>
  18. </table>