mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
7 lines
166 B
PHP
7 lines
166 B
PHP
@if(Setting::get('show_support'))
|
|
<hr />
|
|
<div class='footer'>
|
|
<p>{{ Lang::get('cachet.powered_by', array('app' => Setting::get('app_name'))) }}</p>
|
|
</div>
|
|
@endif
|