changed omegadev.org to omegasdg.com
This commit is contained in:
parent
4b1d5719f9
commit
0190dcfa52
@ -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.
|
||||
|
||||
[o]: http://omegadev.org/
|
||||
[o]: http://omegasdg.com/
|
||||
|
||||
## Requirements
|
||||
1. PHP >= 5.2.0
|
||||
|
@ -8,7 +8,6 @@
|
||||
<script type="text/javascript" src="{index}main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<img style="margin:10px auto;float:none" src="/banner.php" />
|
||||
<h1>{board[url]} - {board[name]}</h1>
|
||||
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||
|
||||
@ -91,6 +90,6 @@
|
||||
Pages: {pages:
|
||||
[<a href="{pages[link]}">{pages[num]}</a>]{!%last? }
|
||||
}
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegasdg.com/">OmegaSDG</a></p>
|
||||
</body>
|
||||
</html>
|
@ -11,6 +11,6 @@
|
||||
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||
{body}
|
||||
<hr/>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegasdg.com/">OmegaSDG</a></p>
|
||||
</body>
|
||||
</html>
|
@ -8,7 +8,6 @@
|
||||
<script type="text/javascript" src="{index}main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<img style="margin:10px auto;float:none" src="/banner.php" />
|
||||
<h1>{board[url]} - {board[name]}</h1>
|
||||
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||
|
||||
@ -73,6 +72,6 @@
|
||||
<hr/>
|
||||
{body}
|
||||
<a href="{return}">[Return.]</a>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegasdg.com/">OmegaSDG</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user