mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
adds the title substitution on other pages
This commit is contained in:
parent
841a7b7c81
commit
d609f6fe97
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<title>Refill - Mailiverse</title>
|
||||
<title>Refill - {##TITLE##}</title>
|
||||
|
||||
<LINK_META>
|
||||
<LINK_SCRIPTS>
|
||||
@ -28,7 +28,7 @@
|
||||
<div id="_mRefillExecute" class="modal-container">
|
||||
<div class="modal bootstrap-modal">
|
||||
<div class="modal-header">
|
||||
<h3>Mailiverse Refill</h3>
|
||||
<h3>{##TITLE##} Refill</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<h4><span id="_mRefillExecute_label">Starting...</span></h4>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<title>Sign up - Mailiverse</title>
|
||||
<title>Sign up - {##TITLE##}</title>
|
||||
|
||||
<LINK_META>
|
||||
<LINK_SCRIPTS>
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
<table id="_SignInUp"><tbody><tr>
|
||||
<td class="title">
|
||||
Mailiverse! <span class="version">(__VERSION__)</span>
|
||||
{##TITLE##}! <span class="version">(__VERSION__)</span>
|
||||
</td>
|
||||
<td class="offer">
|
||||
Already have an account? <a href="index.html" class="button">Sign in</a>
|
||||
|
Loading…
Reference in New Issue
Block a user