Browse Source

moderator template change

pull/40/head
Savetheinternet 14 years ago
parent
commit
04a812c5ff
  1. 1
      templates/page.html

1
templates/page.html

@ -9,6 +9,7 @@
<body> <body>
<h1>{title}</h1> <h1>{title}</h1>
<div class="title">{subtitle?{subtitle}}</div> <div class="title">{subtitle?{subtitle}}</div>
{mod?<a href="?/">Return to dashboard</a>}
{body} {body}
<hr/> <hr/>
<p class="unimportant" style="text-align:center;">Copyright &copy; 2010 <a href="http://omegadev.org/">OmegaSDG</a></p> <p class="unimportant" style="text-align:center;">Copyright &copy; 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>

Loading…
Cancel
Save