]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
added support for HTML templates
[SourceForge/phpwiki.git] / templates / message.html
1 <html>
2 <head><title>###PAGE###</title>
3 </head>
4
5 <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta>
6
7 <table cellpadding=2>
8 <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="wikibase.png" border=0></a></td>
9 <td><h1>###PAGE###</h1>
10 </td></tr></table>
11
12 ###CONTENT###
13
14 </body>
15 </html>