mirror of
https://github.com/fortressforever/fortressforever-web.git
synced 2024-11-28 14:52:20 +00:00
RSS + reddit links
This commit is contained in:
parent
2857f17ef7
commit
6df64ebfc1
3 changed files with 5 additions and 0 deletions
BIN
images/reddit-32.png
Normal file
BIN
images/reddit-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 504 B |
BIN
images/rss-32.png
Normal file
BIN
images/rss-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 492 B |
|
@ -21,6 +21,7 @@ $DB = $config["site_db"];
|
||||||
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,600,700' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,600,700' rel='stylesheet' type='text/css'>
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="<?=GetLink("rss")?>" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -58,6 +59,10 @@ else
|
||||||
<li><a href="https://twitter.com/FortressForever" class="simple-icon-link"><img style="background-color: rgb(0,172,237);" class="simple-icon" src="images/twitter-32.png" />Twitter</a></li>
|
<li><a href="https://twitter.com/FortressForever" class="simple-icon-link"><img style="background-color: rgb(0,172,237);" class="simple-icon" src="images/twitter-32.png" />Twitter</a></li>
|
||||||
<li><a href="https://www.facebook.com/fortressforever" class="simple-icon-link"><img style="background-color: rgb(59,89,152);" class="simple-icon" src="images/facebook-32.png" />Facebook</a></li>
|
<li><a href="https://www.facebook.com/fortressforever" class="simple-icon-link"><img style="background-color: rgb(59,89,152);" class="simple-icon" src="images/facebook-32.png" />Facebook</a></li>
|
||||||
<li><a href="http://steamcommunity.com/groups/FortressForever" class="simple-icon-link"><img style="background-color: rgb(0,0,0);" class="simple-icon" src="images/steam-32.png" />Steam</a></li>
|
<li><a href="http://steamcommunity.com/groups/FortressForever" class="simple-icon-link"><img style="background-color: rgb(0,0,0);" class="simple-icon" src="images/steam-32.png" />Steam</a></li>
|
||||||
|
<li><a href="http://reddit.com/r/fortressforever" class="simple-icon-link"><img style="background-color: #72AEEB;" class="simple-icon" src="images/reddit-32.png" />Reddit</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="pull-right">
|
||||||
|
<li><a href="<?=GetLink("rss")?>" class="simple-icon-link"><img style="background-color: rgb(255,131,0);" class="simple-icon" src="images/rss-32.png" />RSS</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue