/upload/templates/xs_mod/tpl/xs_header.tpl

http://torrentpier2.googlecode.com/ · Smarty Template · 40 lines · 39 code · 1 blank · 0 comment · 0 complexity · 9901074dbcb34c67991976e50dca7e38 MD5 · raw file

  1. <!-- BEGIN xs_file_version -->
  2. /***************************************************************************
  3. * xs_header.tpl
  4. * -------------
  5. * copyright : (C) 2003 - 2005 CyberAlien
  6. * support : http://www.phpbbstyles.com
  7. *
  8. * version : 2.3.1
  9. *
  10. * file revision : 72
  11. * project revision : 78
  12. * last modified : 05 Dec 2005 13:54:54
  13. *
  14. ***************************************************************************/
  15. <!-- END xs_file_version -->
  16. <html>
  17. <head>
  18. <meta http-equiv="Content-Style-Type" content="text/css">
  19. <link rel="stylesheet" href="{STYLESHEET}" type="text/css">
  20. </head>
  21. <body>
  22. <table width="100%" height="100%" cellspacing="0" cellpadding="2" class="bodyline">
  23. <tr>
  24. <td align="left" valign="top" style="padding: 5px;">
  25. <table width="100%" cellspacing="0" cellpadding="3" class="navbar">
  26. <tr>
  27. <td align="left" nowrap="nowrap">
  28. <!-- BEGIN nav_left -->
  29. {nav_left.ITEM}
  30. <!-- END nav_left -->
  31. </td>
  32. <td align="right" nowrap="nowrap">
  33. <!-- BEGIN nav_right -->
  34. {nav_right.ITEM}
  35. <!-- END nav_right -->
  36. </td>
  37. </tr>
  38. </table>
  39. <br />