Home
last modified time | relevance | path

Searched refs:theme_url (Results 1 – 3 of 3) sorted by relevance

/plugin/tindexmenu/
H A Dedit-full.js39 var btn,key,theme_url,adata,f,f2,l,fo;
41 theme_url = DOKU_BASE + 'lib/plugins/indexmenu/images/';
62 btn = createToolButton(theme_url + adata[key]+'/base.'+indexmenu_findExt(adata[key]),adata[key]);
91 btn = createToolButton(theme_url+'/msort.gif','Insert the sort meta-number');
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php500 var $theme_url = ''; variable in pfcGlobalConfig
911 if ($this->theme_url == '')
925 $this->theme_url = $this->data_public_url.'/themes';
1149 return $this->theme_url.'/'.$this->theme.'/'.$file;
/plugin/metaeditor/
H A Djstree.js4189 set_theme : function (theme_name, theme_url) { argument
4191 if(theme_url === true) {
4194 theme_url = dir + '/' + theme_name + '/style.css';
4196 if(theme_url && $.inArray(theme_url, themes_loaded) === -1) {
4197 $('head').append('<'+'link rel="stylesheet" href="' + theme_url + '" type="text/css" />');
4198 themes_loaded.push(theme_url);