mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Added Easy!Appointments to the mail template titles
This commit is contained in:
parent
c04058f6f5
commit
8dce5bf17a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><?= lang('appointment_details_title') ?></title>
|
<title><?= lang('appointment_details_title') ?> | Easy!Appointments</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 13px arial, helvetica, tahoma;">
|
<body style="font: 13px arial, helvetica, tahoma;">
|
||||||
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><?= lang('appointment_cancelled_title') ?></title>
|
<title><?= lang('appointment_cancelled_title') ?> | Easy!Appointments</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 13px arial, helvetica, tahoma;">
|
<body style="font: 13px arial, helvetica, tahoma;">
|
||||||
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
||||||
|
|
Loading…
Reference in a new issue