bug fix in slogan footer note
This commit is contained in:
parent
ae3d427740
commit
b5c87da37e
|
@ -241,7 +241,7 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<a href="{{twigFunctions.getStaticData('system', 'appUrl')}}" class="p-4 mb-3text-primary text-center my-5">
|
<a href="{{twigFunctions.getStaticData('system', 'appUrl')}}" class="p-4 mb-3text-primary text-center my-5">
|
||||||
{{twigFunctions.getStaticData('system', 'appName')}}
|
{{twigFunctions.getStaticData('system', 'appName')}}
|
||||||
<label class="text-muted">سامانه جامع مالی رایگان ، ابری و متن باز</label>
|
<label class="text-muted">{{twigFunctions.getStaticData('system', 'appSlogan')}}</label>
|
||||||
</a>
|
</a>
|
||||||
<!-- END Footer -->
|
<!-- END Footer -->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<a href="{{twigFunctions.getStaticData('system', 'appUrl')}}" class="p-4 mb-3text-primary text-center my-5">
|
<a href="{{twigFunctions.getStaticData('system', 'appUrl')}}" class="p-4 mb-3text-primary text-center my-5">
|
||||||
{{twigFunctions.getStaticData('system', 'appName')}}
|
{{twigFunctions.getStaticData('system', 'appName')}}
|
||||||
<label class="text-muted">سامانه جامع مالی رایگان ، ابری و متن باز</label>
|
<label class="text-muted">{{twigFunctions.getStaticData('system', 'appSlogan')}}</label>
|
||||||
</a>
|
</a>
|
||||||
<!-- END Footer -->
|
<!-- END Footer -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue