Skip to content
Snippets Groups Projects
Commit 3c7b3594 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Removing Template path

parent f0a07f83
No related branches found
No related tags found
No related merge requests found
......@@ -170,10 +170,9 @@ class MailTemplateService {
* @param array $markers
* @return string
*/
public static function registerTemplate($extension, $templateName, $templatePath, $description, array $markers) {
public static function registerTemplate($extension, $templateName, $description, array $markers) {
MailTemplateService::$registerArray[$extension][$templateName] = [
'templatePath' => $templatePath,
'description' => $description,
'marker' => $markers,
'extension' => $extension,
......
......@@ -6,9 +6,6 @@
<f:section name="main">
<f:flashMessages renderMode="div" />
<div class="col-md-12">
<p>
{f:translate(key:'backend.template_path')} <strong>{selectedTemplate.templatePath}</strong>
</p>
<table class="table table-hover">
<thead>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment