diff --git a/credits.php b/credits.php new file mode 100644 index 000000000..e1e412546 --- /dev/null +++ b/credits.php @@ -0,0 +1,60 @@ + +
+
+ +
+

Developers

+

+ CaMer0n, Moc, Deltik.
+ A complete list of the past and present contributors can be found here. +

+ +

Third Party Code

+

+ jQuery, Twitter Bootstrap, FontAwesome, HybridAuth, PhpMailer, Intervention, Minify, MagpieRSS, PCLZip, PCLTar, TinyMCE, Nuvolo Icons, TCPDF, PHP UTF8 +

+

Sponsors

+

+ JetBrains, Stemaid.
+

+ +
+
+
+ + '; + +e107::getRender()->tablerender("", $text); + +if(deftrue('e_IFRAME')) +{ + require_once(FOOTERF); +} diff --git a/e107_admin/credits.php b/e107_admin/credits.php index 9d342dfef..54d09070b 100644 --- a/e107_admin/credits.php +++ b/e107_admin/credits.php @@ -16,7 +16,7 @@ $css = "body { text-align: left; font-size:13px; line-height:1.5em; font-wei p { margin:0px 5px 10px 5px; } a { color:#F6931E; text-decoration:none; } - a:hover { color:#134B63; text-decoration:none; } + a:hover { color:#fdce8a; text-decoration:none; } .bold { font-weight:bold; } .center { text-align:center; } .wrapper { width:600px; margin:0px auto 0px 0px; padding-bottom:10px; } @@ -32,31 +32,6 @@ e107::css('inline',$css); require_once(e_ADMIN."auth.php"); - - $text .='
-
-
- -
-

Developers

-

- Senior Developers: Cameron Hanly, Miroslav Yovchev, Steven Davies
- Junior Developers: Tijn Kuyper, Henk Jongedijk
- Early Developers: Thom Michelbrink, James Currie, Martin Nicholls -

-

3rd Party

-

- Twitter Bootstrap, MagpieRSS, PCLZip, PCLTar, TinyMCE,
- Nuvolo Icons, PHPMailer, TCPDF, PHP UTF8 -

- - -
-
-
- -
'; - -$ns->tablerender("",$text); +require_once(__DIR__."/../credits.php"); require_once(e_ADMIN."footer.php"); diff --git a/e107_plugins/siteinfo/e_shortcode.php b/e107_plugins/siteinfo/e_shortcode.php index 6f1fac023..90b9bf9d0 100644 --- a/e107_plugins/siteinfo/e_shortcode.php +++ b/e107_plugins/siteinfo/e_shortcode.php @@ -51,7 +51,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin. */ function sc_sitedisclaimer() { - $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; + $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; $text = deftrue('SITEDISCLAIMER',$default);