diff -r 950502804d87 -r 8d2a40574bbc plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Wed Dec 24 10:04:37 2008 -0500 +++ b/plugins/SpecialAdmin.php Wed Dec 24 10:04:48 2008 -0500 @@ -163,7 +163,7 @@ } echo '

' . $lang->get('acphome_heading_updates') . '

'; - echo '

' . $lang->get('acphome_msg_updates_info', array('updates_url' => 'http://germantown.enanocms.org/meta/updates.xml')) . '

'; + echo '

' . $lang->get('acphome_msg_updates_info', array('updates_url' => 'http://ktulu.enanocms.org/meta/updates.xml')) . '

'; echo '
'; // Inactive users @@ -2304,9 +2304,7 @@ addOnloadHook(function() { - load_component('ajax'); - load_component('l10n'); - load_component('autofill'); + load_component(['fat', 'ajax', 'l10n', 'autofill', 'jquery', 'jquery-ui']); keepalive_onload(); });