From c081f9743ccad1e43c1a1cbe66d4c40fb464f084 Mon Sep 17 00:00:00 2001 From: Harvie Date: Wed, 28 Jul 2010 16:23:30 +0200 Subject: [PATCH] github ribbon now displayed randomly using footer quotes --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 2.30.2