-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.php
42 lines (41 loc) · 1.81 KB
/
credits.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php require_once('Connections/connDBA.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php title("Credits"); ?>
<?php headers(); ?>
</head>
<body<?php bodyClass(); ?>>
<?php topPage(); ?>
<?php
if (!isset ($_SESSION['MM_UserGroup'])) {
echo "<h4><a href=\"index.php\">Home</a> ► Credits</h4>";
} else {
echo "<h4><a href=\"admin/index.php\">Home</a> ► Credits</h4>";
}
?>
<h2>Credits</h2>
<p>ForwardFour thanks all of the third party sources and developers which made this project possible.
<p> </p>
<p>System core:</p>
<blockquote>
<p><a href="http://www.forwardfour.com" target="_blank"><img src="images/common/logo.png" alt="ForwardFour" /></a></p>
<p> </p>
</blockquote>
<p>Third-party modules:</p>
<blockquote>
<p><a href="http://tinymce.moxiecode.com/" target="_blank">TinyMCE</a></p>
<p><a href="http://neele.name/filebrowser/" target="_blank">PDW File Browser</a></p>
<p><a href="http://www.afterthedeadline.com/" target="_blank">After the Deadline</a></p>
<p><a href="http://www.themza.com/moodle/" target="_blank">ThemZa</a></p>
<p><a href="http://www.fusioncharts.com/free/" target="_blank">FusionCharts</a></p>
<p><a href="http://jquery.com/" target="_blank">jQuery</a></p>
<p><a href="http://jqueryui.com/" target="_blank">jQuery UI</a></p>
<p><a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" target="_blank">jQuery Validator</a></p>
<p><a href="http://labs.adobe.com/technologies/spry/" target="_blank">Spry Ajax Library</a></p>
<p> </p>
<p>Other minor scripts accredited in source code</p>
</blockquote>
<?php footer(); ?>
</body>
</html>