Files
oddmuse/stuff/templates/rc.html
Aleks-Daniel Jakimenko a70618c3be Moving a whole bunch of files
2015-08-06 02:43:57 +03:00

22 lines
577 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title><?$SiteName?>: Recent Changes</title>
<link type="text/css" rel="stylesheet" href="<?$StyleSheet?>" />
</head>
<body>
<div class="header">
<img class="logo" src="<?$LogoUrl?>" alt="[<?$HomePage?>]" />
<h1>Recent Changes</h1>
</div>
<div class="content rc">
<?&HtmlTemplateRc?>
</div>
<div class="footer">
<hr />
<?&GetGotoBar?>
<?&GetFooterLinks($id)?>
</div>
</body>
</html>