changed omegadev.org to omegasdg.com

This commit is contained in:
Savetheinternet 2011-01-20 19:34:16 +11:00
parent 4b1d5719f9
commit 0190dcfa52
4 changed files with 4 additions and 6 deletions

View File

@ -5,7 +5,7 @@ Tinyboard is an imageboard software package written in PHP. It aims to maintain
Tinyboard is not currently at a stable state. Tinyboard is not currently at a stable state.
[o]: http://omegadev.org/ [o]: http://omegasdg.com/
## Requirements ## Requirements
1. PHP >= 5.2.0 1. PHP >= 5.2.0

View File

@ -8,7 +8,6 @@
<script type="text/javascript" src="{index}main.js"></script> <script type="text/javascript" src="{index}main.js"></script>
</head> </head>
<body> <body>
<img style="margin:10px auto;float:none" src="/banner.php" />
<h1>{board[url]} - {board[name]}</h1> <h1>{board[url]} - {board[name]}</h1>
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div> <div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
@ -91,6 +90,6 @@
Pages: {pages: Pages: {pages:
[<a href="{pages[link]}">{pages[num]}</a>]{!%last? } [<a href="{pages[link]}">{pages[num]}</a>]{!%last? }
} }
<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://omegasdg.com/">OmegaSDG</a></p>
</body> </body>
</html> </html>

View File

@ -11,6 +11,6 @@
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div> <div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
{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://omegasdg.com/">OmegaSDG</a></p>
</body> </body>
</html> </html>

View File

@ -8,7 +8,6 @@
<script type="text/javascript" src="{index}main.js"></script> <script type="text/javascript" src="{index}main.js"></script>
</head> </head>
<body> <body>
<img style="margin:10px auto;float:none" src="/banner.php" />
<h1>{board[url]} - {board[name]}</h1> <h1>{board[url]} - {board[name]}</h1>
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div> <div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
@ -73,6 +72,6 @@
<hr/> <hr/>
{body} {body}
<a href="{return}">[Return.]</a> <a href="{return}">[Return.]</a>
<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://omegasdg.com/">OmegaSDG</a></p>
</body> </body>
</html> </html>