And of course I forget to add links

This commit is contained in:
flash 2015-04-26 16:05:13 +00:00
parent ddb5d055cb
commit 0067f88197
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
</ul>
<ul class="ftsection">
<li class="fthead">Contribution</li>
<li><a href="#" title="All the changes made to Flashii are listed here">Changelog</a></li>
<li><a href="//{{ sakura.urls.main }}/changelog" title="All the changes made to Sakura are listed here">Changelog</a></li>
<li><a href="//{{ sakura.urls.main }}/credits" title="Here everyone who's helped Flashii get to where it is now is listed">Credits</a></li>
<li><a href="//{{ sakura.urls.main }}/feedback" target="_blank" title="Give us feedback on what to do">Feedback &amp; Suggestions</a></li>
<li><a href="//github.com/flashii" target="_blank" title="Our Open Source repository thing">Github</a></li>

View file

@ -20,6 +20,7 @@ RewriteRule ^index?/?$ index.php
RewriteRule ^login?/?$|logout?/?$|activate?/?$|register?/?$|forgotpassword?/?|authenticate?/?$ authenticate.php
RewriteRule ^donate?/?$|support?/?$ support.php
RewriteRule ^contact?/?$ infopage.php?r=contact
RewriteRule ^changelog?/?$ changelog.php
## Info pages
RewriteRule ^r/([a-z]+)$ infopage.php?r=$1