From da497babda5b85504f3d0471751490c88f025b57 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Apr 2011 16:29:10 +0400 Subject: about dialog, UI tweaks --- modules/popup-dialog.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 02459ba84..1f98edadb 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -954,6 +954,36 @@ } + if ($id == "about") { + print ""; + print ""; + print "
"; + print ""; + print ""; + + print "

Tiny Riny RSS

+ Version ".VERSION." +

Copyright © 2005-".date('Y')." + Andrew Dolgov + and other contributors.

+

Licensed under GNU GPL version 2.

"; + + print "

+ Official site — + + Support the project.

"; + + print "
"; + + print "
"; + print ""; + print "
"; + } print ""; } -- cgit v1.2.3