Implement settings window in external file

This commit is contained in:
Eike Foken
2011-04-22 19:33:12 +02:00
parent b754891871
commit b70dc810b9
5 changed files with 124 additions and 90 deletions

View File

@@ -15,6 +15,7 @@
var BASE_PATH = '<?=base_url();?>';
</script>
<?=script_tag('assets/js/language/' . $this->config->item('language') . '.js');?>
<?=script_tag('assets/js/SettingsWindow.js');?>
<?=script_tag('assets/js/common.js');?>
</head>