PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
contact
/
config
<?php return [ 'name' => 'plugins/contact::contact.settings.email.title', 'description' => 'plugins/contact::contact.settings.email.description', 'templates' => [ 'notice' => [ 'title' => 'plugins/contact::contact.settings.email.templates.notice_title', 'description' => 'plugins/contact::contact.settings.email.templates.notice_description', 'subject' => 'New contact from {{ site_title }}', 'can_off' => true, ], ], 'variables' => [ 'contact_name' => 'Contact name', 'contact_subject' => 'Contact subject', 'contact_email' => 'Contact email', 'contact_phone' => 'Contact phone', 'contact_address' => 'Contact address', 'contact_content' => 'Contact content', ], ];
[+]
..
[-] email.php
[edit]
[-] permissions.php
[edit]