]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
Did find-grep to replace all occurances of FrontPage to HomePage.
[SourceForge/phpwiki.git] / templates / message.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <!-- phpwiki source:
5 ###RCS_IDS###
6 -->
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8 ###ROBOTS_META###
9 <base href="###BASE_URL###">
10 <title>###SPLIT_PAGE###</title>
11 <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
12 </head>
13
14 <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta>
15 <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a>
16 ###PAGE###</h1>
17
18 ###CONTENT###
19
20 </body>
21 </html>