1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
- <title>The PHP Layers Menu - Templates</title>
- <link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
- </head>
- <body>
- <pre>
- This is a horizontal plain menu template.
- This comment does not appear on the resulting page.
- --
- </pre>
- <!-- BEGIN template -->
- <table border="0" cellpadding="2" cellspacing="0" class="darkbordertable">
- <tr>
- <td>
- <table border="0" cellpadding="5" cellspacing="1" width="100%">
- <tr>
- <!-- BEGIN horizontal_plain_menu_cell -->
- <td class="phplmbodytable" align="left" valign="top">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <!-- BEGIN plain_menu_cell -->
- <tr>
- <td class="phplmbodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
- </tr>
- <!-- END plain_menu_cell -->
- </table>
- </td>
- <!-- END horizontal_plain_menu_cell -->
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <!-- END template -->
- </body>
- </html>
|