Make the site admin theme setting link go to the currently selected theme
This commit is contained in:
parent
3d64ac603e
commit
d8125eb3db
3 changed files with 15 additions and 2 deletions
|
@ -11,6 +11,11 @@
|
|||
$(element).addClass('in');
|
||||
window.scroll(0, $(element).offset().top - 120);
|
||||
}
|
||||
|
||||
$("#cnftheme").click(function(){
|
||||
document.location.assign("{{$baseurl}}/admin/themes/" + $("#id_theme :selected").val());
|
||||
return false;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<link rel="stylesheet" href="view/theme/frio/css/mod_admin.css" type="text/css" media="screen"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue