Skip to content

Commit

Permalink
Adding the missing bottom bar link.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseemabid committed Feb 2, 2012
1 parent c0b0e2e commit 88b5bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$scripts = "<script src='js/jquery.js' type='text/javascript'></script> <script src='js/functions.js' type='text/javascript' ></script>";
$feedback = "<img src='pics/feedback.png' alt='feedback button' title='feedback button' class='feedbackDock' /><div id='feedback'></div>";
$nullImage = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJCgcqHkarI5cAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQ4y2P8//8/AyWAiYFCMGrAqAGjBgwWAwBjmgMd7D3zQQAAAABJRU5ErkJggg==";
$bottomBar = "<div id='bottom'> <a href='http://www.teamunwired.org/' id='logo2' title='teamunwired'> <h1></h1> </a> <ul class='bottomLinks'> <li><a href=''>Credits</a></li> <li>|</li> <li><a href='faq.php'>Faq</a></li> <li>|</li> <li><a href=''>Contribute</a></li> <li>|</li> <li> <a href='http://www.teamunwired.org/'>Teamunwired</a> &nbsp;&nbsp; <a href='http://www.teamunwired.org/'><img src='pics/web.png' alt='' ></a>&nbsp;&nbsp; <a href='http://www.facebook.com/teamunwired'><img src='pics/facebook.png' alt='' ></a>&nbsp;&nbsp; <a href='http://www.twitter.com/teamunwired'><img src='pics/twitter.png' alt='' ></a> </li> <li>|</li> <li> <a href='https://github.com/nitcalicut/Paathshaala/'>Paathshaala &nbsp;</a>&nbsp; <a href='http://www.facebook.com/paathshaala.tuw'><img src='pics/facebook.png' alt='' > </a>&nbsp;&nbsp; <a href='http://twitter.com/jaseemabid/'><img src='pics/twitter.png' alt='' > </a></li> </ul> </div> <!-- /bottom --> <div id='bottombar'></div>";
$bottomBar = "<div id='bottom'> <a href='http://www.teamunwired.org/' id='logo2' title='teamunwired'> <h1></h1> </a> <ul class='bottomLinks'> <li><a href=''>Credits</a></li> <li>|</li> <li><a href='faq.php'>Faq</a></li> <li>|</li> <li><a href='contribute.php'>Contribute</a></li> <li>|</li> <li> <a href='http://www.teamunwired.org/'>Teamunwired</a> &nbsp;&nbsp; <a href='http://www.teamunwired.org/'><img src='pics/web.png' alt='' ></a>&nbsp;&nbsp; <a href='http://www.facebook.com/teamunwired'><img src='pics/facebook.png' alt='' ></a>&nbsp;&nbsp; <a href='http://www.twitter.com/teamunwired'><img src='pics/twitter.png' alt='' ></a> </li> <li>|</li> <li> <a href='https://github.com/nitcalicut/Paathshaala/'>Paathshaala &nbsp;</a>&nbsp; <a href='http://www.facebook.com/paathshaala.tuw'><img src='pics/facebook.png' alt='' > </a>&nbsp;&nbsp; <a href='http://twitter.com/jaseemabid/'><img src='pics/twitter.png' alt='' > </a></li> </ul> </div> <!-- /bottom --> <div id='bottombar'></div>";
if($global_piwik_tracking)
{
$piwik = "<script type=\"text/javascript\">var pkBaseURL =\"http://192.168.5.27/piwik/\"; document.write(unescape(\"%3Cscript src=\'\" + pkBaseURL + \"piwik.js\' type=\'text/javascript\'%3E%3C/script%3E\"));</script><script type=\"text/javascript\">try {var piwikTracker = Piwik.getTracker(pkBaseURL + \"piwik.php\", 1);piwikTracker.trackPageView();piwikTracker.enableLinkTracking();} catch( err ) {} </script>";
Expand Down

0 comments on commit 88b5bcb

Please sign in to comment.