Changed url constant for footers

This commit is contained in:
Hillel Coren 2014-08-31 21:18:42 +03:00
parent a2d65a7b81
commit 9ca974e49e
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
@if ($showNinjaFooter) @if ($showNinjaFooter)
<p/> <p/>
{{ trans('texts.ninja_email_footer', ['site' => '<a href="' . SITE_URL . '/?utm_source=invoice_email_footer">Invoice Ninja</a>']) }} {{ trans('texts.ninja_email_footer', ['site' => '<a href="' . NINJA_URL . '/?utm_source=invoice_email_footer">Invoice Ninja</a>']) }}
@endif @endif
</body> </body>

View File

@ -12,5 +12,5 @@
@if ($showNinjaFooter) @if ($showNinjaFooter)
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
{{ SITE_URL }} {{ NINJA_URL }}
@endif @endif

View File

@ -18,7 +18,7 @@
@if ($showNinjaFooter) @if ($showNinjaFooter)
<p/> <p/>
{{ trans('texts.ninja_email_footer', ['site' => '<a href="' . SITE_URL . '/?utm_source=payment_email_footer">Invoice Ninja</a>']) }} {{ trans('texts.ninja_email_footer', ['site' => '<a href="' . NINJA_URL . '/?utm_source=payment_email_footer">Invoice Ninja</a>']) }}
@endif @endif
</body> </body>

View File

@ -11,5 +11,5 @@
@if ($showNinjaFooter) @if ($showNinjaFooter)
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
{{ SITE_URL }} {{ NINJA_URL }}
@endif @endif