From 5cf5ba27bcc9c7feb4b0186fbc80a55b0c29f9e3 Mon Sep 17 00:00:00 2001 From: Yusuf Davids Date: Mon, 3 Dec 2007 13:47:31 +0000 Subject: [PATCH] KTC-256 "UI not displaying correctly" Fixed. UI changed. --- lib/templating/kt3template.inc.php | 2 +- templates/ktcore/login.smarty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index 447395d..b675088 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -130,7 +130,7 @@ class KTPage { $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js'; $aJS[] = 'resources/js/kt-utility.js'; $aJS[] = 'presentation/i18nJavascript.php'; - $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners_lite.inc.js'; + $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js'; $aJS[] = 'resources/js/loader.js'; $aJS[] = 'thirdpartyjs/yui/tools/tools.js'; $aJS[] = 'thirdpartyjs/yui/connection/connection.js'; diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty index b996414..3d80c42 100644 --- a/templates/ktcore/login.smarty +++ b/templates/ktcore/login.smarty @@ -11,7 +11,7 @@ - + -- libgit2 0.21.4