From: Harvie Date: Wed, 28 Jul 2010 14:23:30 +0000 (+0200) Subject: github ribbon now displayed randomly using footer quotes X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=c081f9743ccad1e43c1a1cbe66d4c40fb464f084 github ribbon now displayed randomly using footer quotes --- diff --git a/index.php b/index.php index 710c180..5372c73 100755 --- a/index.php +++ b/index.php @@ -244,7 +244,8 @@ function render_footer() { 'Don\'t be looser, use GNU/Linux! ;P', 'Make love and not war!', 'Take your chance! Prove yourself!', - 'This software is free of charge. If you wan\'t to donate, please send some money to children in Africa/etc...' + 'This software is free of charge. If you wan\'t to donate, please send some money to children in Africa/etc...', + 'Fork '.$GLOBALS['title'].' on GIThub :-)Fork me on GitHub' ); echo(''.$quotes[rand(0,sizeof($quotes)-1)]."\n");