OSDN Git Service

embrj
[embrj/master.git] / inc / footer.php
1                         </tr>
2           </tbody>
3         </table>
4                 <div class="clear"></div>
5                         <footer class="round">
6                         <ul>
7                         <li>&copy; 2010-2013 Contributors incl. <a href="profile.php" title="It is you that make it!" target="_blank"><?php echo getEncryptCookie('twitese_name')?></a></li>
8                         <?php if (BLOG_SITE) { ?><li><a href="<?php echo BLOG_SITE ?>" title="Site Owner's Blog" target="_blank">Blog</a></li><?php }?>
9                         <li><a href="http://code.google.com/p/tuite/" target="_blank" title="Embr is proundly powered by the Open Source project - Twitese & Rabr">Twitese</a></li>
10                         <li><a href="https://github.com/AstroProfundis/embrr" target="_blank">Open Source</a></li>
11                         <?php if (SITE_OWNER) { ?><li>Run by <a href="https://twitter.com/<?php echo SITE_OWNER ?>" target="_blank"><?php echo SITE_OWNER ?></a></li><?php }?>
12                         </ul>
13                         </footer>
14                 </div>
15         </div>
16 <script>var nav=document.getElementById("primary_nav");var links=nav.getElementsByTagName("a");var currenturl=document.location.href;for(var i=0;i<links.length;i++){var linkurl=links[i].getAttribute("href");if(currenturl==links[i]){links[i].className="active";}}</script>
17 </body>
18 </html>
19 <?php ob_end_flush(); ?>