1
0
Fork 0

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:
Hypolite Petovan 2019-04-25 22:20:20 -04:00
commit a5da0fd98f
3 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<form method="post" action="{{$action}}">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
{{$form nofilter}}
</form>