diff --git a/about.php b/about.php new file mode 100644 index 0000000..6a623c8 --- /dev/null +++ b/about.php @@ -0,0 +1,55 @@ +aBreadcrumbs = array(array('action' => 'aboutkt', 'name' => sprintf(_kt("About %s"), APP_NAME))); + $oUser =& $this->oUser; + + $oTemplating =& KTTemplating::getSingleton(); + $oTemplate = $oTemplating->loadTemplate("ktcore/principals/about"); + + $aTemplateData = array( + "context" => $this, + ); + return $oTemplate->render($aTemplateData); + } +} + +$oDispatcher = new KTAbout(); +$oDispatcher->dispatch(); + +?> diff --git a/config/siteMap.inc b/config/siteMap.inc index 4341702..dd87176 100644 --- a/config/siteMap.inc +++ b/config/siteMap.inc @@ -58,6 +58,9 @@ $default->siteMap->addSectionColour('Standard Search', 'th', 'A1571B'); // pages for prefs section $default->siteMap->addDefaultPage('preferences', '/preferences.php', 'Preferences', User, _kt('Preferences')); +// pages for about section +$default->siteMap->addDefaultPage('aboutkt', '/about.php', 'About '.APP_NAME, User, sprintf(_kt("About %s"), APP_NAME)); + // pages for Help section $default->siteMap->addDefaultPage('help', '/presentation/lookAndFeel/knowledgeTree/help.php', 'Help', Guest, _kt('Help')); diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index 0cccda1..f47ede4 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -353,6 +353,7 @@ class KTPage { $this->userMenu = array("logout" => $this->_actionHelper(array("name" => _kt("Logout"), "action" => "logout", "active" => 0)),); } else { $this->userMenu = array("preferences" => $this->_actionHelper(array("name" => _kt("Preferences"), "action" => "preferences", "active" => 0)), + "aboutkt" => $this->_actionhelper(array("name" => sprintf(_kt("About %s"), APP_NAME), "action" => "aboutkt", "active" => 0)), "logout" => $this->_actionHelper(array("name" => _kt("Logout"), "action" => "logout", "active" => 0)),); } } else { diff --git a/resources/graphics/thirdparty/Thumbs.db b/resources/graphics/thirdparty/Thumbs.db new file mode 100644 index 0000000..87cdf76 --- /dev/null +++ b/resources/graphics/thirdparty/Thumbs.db diff --git a/resources/graphics/thirdparty/mochikit.gif b/resources/graphics/thirdparty/mochikit.gif new file mode 100644 index 0000000..b5a4bc7 --- /dev/null +++ b/resources/graphics/thirdparty/mochikit.gif diff --git a/resources/graphics/thirdparty/pear.gif b/resources/graphics/thirdparty/pear.gif new file mode 100644 index 0000000..dfd3a48 --- /dev/null +++ b/resources/graphics/thirdparty/pear.gif diff --git a/resources/graphics/thirdparty/phpmailer.gif b/resources/graphics/thirdparty/phpmailer.gif new file mode 100644 index 0000000..b812a4d --- /dev/null +++ b/resources/graphics/thirdparty/phpmailer.gif diff --git a/resources/graphics/thirdparty/smarty.gif b/resources/graphics/thirdparty/smarty.gif new file mode 100644 index 0000000..e03f489 --- /dev/null +++ b/resources/graphics/thirdparty/smarty.gif diff --git a/resources/graphics/thirdparty/tinymce.gif b/resources/graphics/thirdparty/tinymce.gif new file mode 100644 index 0000000..45526b4 --- /dev/null +++ b/resources/graphics/thirdparty/tinymce.gif diff --git a/resources/graphics/thirdparty/yui.gif b/resources/graphics/thirdparty/yui.gif new file mode 100644 index 0000000..ecbf550 --- /dev/null +++ b/resources/graphics/thirdparty/yui.gif diff --git a/templates/ktcore/principals/about.smarty b/templates/ktcore/principals/about.smarty new file mode 100644 index 0000000..1e3d398 --- /dev/null +++ b/templates/ktcore/principals/about.smarty @@ -0,0 +1,112 @@ +

{i18n arg_appname="$appname"}About #appname#{/i18n}

+

Corporate Contact Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
 Corporate Address The Jam Warehouse Software (Pty) Ltd.
+Unit 1, Tramber Place
+Blake Street, Observatory, 7925
+Cape Town
+South Africa
+Tel: +27 21 4477440 [Reception open 9am-5pm GMT+2]
+Fax: +27 21 4477449
 Contact Sales 
  Email Sales: sales@knowledgetree.com
  Call Sales: +1 415 670-9759
   
+

Contributors

+ + +

Third Party Software

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Pear
PHP Mailer
Smarty
JSCalendar
MochiKit
TinyMCE
YUI