[READ-ONLY] Mirror of https://github.com/andrioid/travian.scrolls.org. Retired project. I got a bit overly engaged in an online game called Travian.
0

Configure Feed

Select the types of activity you want to include in your feed.

travian.scrolls.org / topbanner.php
609 B 16 lines
1<?php 2 if (empty($_GET['a']) or empty($_GET['sid'])) { 3 $string = ""; 4 } else { 5 $string = sprintf("?a=%s&sid=%s", $_GET['a'], $_GET['sid']); 6 } 7?><div id="top_bar"> 8<!-- <div class="logo" style="float: left;"><img src="/img/icon_scroll.gif" border="0"></div> --> 9 <h1> <a href="/">Travian Scrolls</a></h1> 10 <div style="float: right;" class="toplinks"> 11 <a class="rdc" href="/">Relative Distance Calculator</a> - 12 <a class="af" href="/af">Alliance finder</a> - 13 <!-- <a class="stats" href="/stats">Statistics</a> - --> 14 <a class="maps" href="/maps">Maps</a> 15 </div> 16 </div><br style="clear: both;">