Menu selector

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12449 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-12-24 05:22:45 +00:00
parent 8a8b2f5400
commit 67bdda04ec
4 changed files with 362 additions and 285 deletions

View file

@ -52,6 +52,8 @@ var default_url = "{Context::getDefaultUrl()}";
<block cond="Context::get('_use_ssl') && Context::get('_use_ssl') == 'always'">var enforce_ssl = true;</block>
xe.current_lang = "{$lang_type}";
xe.cmd_find = "{$lang->cmd_find}";
xe.cmd_cancel = "{$lang->cmd_cancel}";
xe.cmd_confirm = "{$lang->cmd_confirm}";
//]]>
</script>
</head>