]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
Some template sections have been simplified with tokens. Template.php recognises...
[SourceForge/phpwiki.git] / templates / message.html
1 <?php echo "<?xml version='1.0' encoding='${CHARSET}'?>\n"; ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
3   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html>
5 <head>
6 <!-- phpwiki source:
7 $Id: message.html,v 1.21 2002-01-03 19:12:41 carstenklapp Exp $
8 ${RCS_IDS}
9 -->
10 <base href="${BASE_URL}" />
11 <meta http-equiv="Content-Type" content="text/html; charset=${CHARSET}" />
12 <meta name="robots" content="noindex,nofollow" />
13 ${CSS}
14 <title>${WIKI_NAME}: ${TITLE}</title>
15 </head>
16 <body>
17 <div>${LOGO}</div>
18 <h1>${TITLE}</h1>
19 ${CONTENT}
20 </body>
21 </html>