Add admin/themes/{theme}/embed module
- This module allows editing the site settings for a theme with a different user theme
This commit is contained in:
parent
d6a5274bb9
commit
a5da0fd98f
3 changed files with 98 additions and 0 deletions
5
view/templates/admin/addons/embed.tpl
Normal file
5
view/templates/admin/addons/embed.tpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
<form method="post" action="{{$action}}">
|
||||
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
||||
{{$form nofilter}}
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue