OSDN Git Service

7958d657cc5d7413d3daea20e599314b9ce0da92
[embrj/master.git] / inc / footer.php
1                         </tr>\r
2           </tbody>\r
3         </table>\r
4                 <div class="clear"></div>\r
5                         <footer class="round">\r
6                         <ul>\r
7                         <li>&copy; 2013 Contributors incl. <a href="profile.php" title="It is you that make it!" target="_blank"><?php echo getEncryptCookie('twitese_name')?></a></li>\r
8                         <?php if (BLOG_SITE) { ?><li><a href="<?php echo BLOG_SITE ?>" title="Site Owner's Blog" target="_blank">Blog</a></li><?php }?>\r
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>\r
10                         <li><a href="http://code.google.com/p/embr/" target="_blank">Open Source</a></li>\r
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 }?>\r
12                         </ul>\r
13                         </footer>\r
14                 </div>\r
15         </div>\r
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>\r
17 </body>\r
18 </html>\r
19 <?php ob_end_flush(); ?>