]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MacOSX/templates/message.html
New background image
[SourceForge/phpwiki.git] / themes / MacOSX / 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 xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <!-- phpwiki source:
7 $Id: message.html,v 1.5 2002-01-12 06:46:44 carstenklapp Exp $
8 ${RCS_IDS}
9 -->
10 <meta http-equiv="Content-Type" content="text/html; charset=${CHARSET}" />
11 <meta name="robots" content="noindex,nofollow" />
12 <base href="${BASE_URL}" />
13 ${CSS}
14 <link rel="shortcut icon" href="favicon.ico" />
15 <title>${WIKI_NAME}: ${TITLE}</title>
16 </head>
17 <body background="themes/MacOSX/bgpaper8.png">
18 <div>${LOGO}</div>
19 <h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1>
20 ${CONTENT}
21 </body>
22 </html>