<?php
//#################################################################################################
// Credits helper functions
//#################################################################################################
// chillyCMS - Content Management System
// Copyright (C) 2008
// Stefanie Wiegand <hide@address.com> & Johannes Cox <hide@address.com>
//
// This program is licensed under the GPL 3.0 license. For more information see LICENSE.txt.
//#################################################################################################
// creditsform()
//#################################################################################################
defined('DOIT') or die('Restricted access');
//helpform/////////////////////////////////////////////////////////////////////////////////////////
function creditsform() {
return "<h1>Credits</h1><br /><br />".
//ckeditor
"<p><strong><a href='http://ckeditor.com/' target='_blank'>CKEditor</a></strong> by ".
"<a href='http://ckeditor.com/' target='_blank'>Frederico Knabben</a></p><br />".
//oxygen iconset
"<p><strong><a href='http://www.oxygen-icons.org' target='_blank'>Oxygen iconset</a></strong> by the ".
"<a href='http://www.oxygen-icons.org' target='_blank'>Oxygen Team</a></p><br />".
//lila iconset
"<p><strong><a href='http://www.lila-center.info' target='_blank'>Lila iconset</a></strong> by ".
"<a href='http://www.lila-center.info' target='_blank'>fosstux</a></p><br />".
//smileys
"<p><strong><a href='http://www.bomahy.nl/hylke/blog/shrunk-pidgin-smilies/' target='_blank'>Shrunk Pidgin Smileys</a></strong> by ".
"<a href='http://www.bomahy.nl/hylke/blog/' target='_blank'>Hylke Bons</a></p><br />".
//javascript tablesort
"<p><strong><a href='http://javascripttoolbox.com' target='_blank'>Javascript tablesort</a></strong> by ".
"<a href='http://javascripttoolbox.com' target='_blank'>Matt Kruse</a></p><br />".
//elementary iconset
"<p><strong><a href='http://danrabbit.deviantart.com/art/elementary-Icons-65437279' target='_blank'>Elementary iconset</a></strong> by ".
"<a href='http://www.elementary-project.com' target='_blank'>Daniel Foré</a></p><br />".
//spanish language file
"<p><strong>chillyCMS Spanish language file</strong> by ".
"<a href='http://www.pepiuox.net' target='_blank'>Jose R Mantilla Mantilla</a></p><br />".
//phpmailer
"<p><strong>PHP Mailer</strong> by ".
"<a href='http://code.google.com/a/apache-extras.org/p/phpmailer/' target='_blank'>The PHP Mailer Team</a></p><br />".
"<br /><br /><p>Thank you for sharing!</p>";
} ?>