function load_stylesheet(filename){ var css = document.createElement('link'); css.rel = 'stylesheet'; css.type = 'text/css'; css.href = filename; document.body.appendChild(css); if (debug) { monitor(dynStyles, filename); } cookieUser.setSubValue('theme', filename);}html
No comments:
Post a Comment