close #89
This commit is contained in:
parent
c6ec14ae63
commit
f4900ae979
2 changed files with 4 additions and 6 deletions
|
@ -645,11 +645,11 @@ function free_version_warning($wrap=true)
|
|||
<div class-="phablet-c1">
|
||||
<div class="input-label">
|
||||
<label for="enable_powered_by"><?php _se('Powered by'); ?> Chevereto</label>
|
||||
<div class="c5 phablet-c1"><select type="text" name="enable_powered_by" id="enable_powered_by" class="text-input">
|
||||
<div class="c5 phablet-c1"><select type="text" name="enable_powered_by" id="enable_powered_by" class="text-input" disabled>
|
||||
<?php
|
||||
echo CHV\Render\get_select_options_html([1 => _s('Enabled'), 0 => _s('Disabled')], CHV\Settings::get('enable_powered_by')); ?>
|
||||
echo CHV\Render\get_select_options_html([1 => _s('Enabled')], CHV\Settings::get('enable_powered_by')); ?>
|
||||
</select></div>
|
||||
<div class="input-below"><?php _se('Enable this if you want to show a "%s" link at the footer.', _s('Powered by') . ' Chevereto'); ?></div>
|
||||
<?php free_version_warning(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -78,8 +78,6 @@
|
|||
<?php
|
||||
} ?>
|
||||
|
||||
<?php if (CHV\getSetting('enable_powered_by')) { ?>
|
||||
<div class="footer"><?php _se('Powered by'); ?> <a href="https://chevereto.com" rel="generator" target="_blank">Chevereto</a></div>
|
||||
<?php } ?>
|
||||
<div class="footer"><?php _se('Powered by'); ?> <a href="https://chevereto.com" title="Chevereto Image Hosting Software" rel="generator" target="_blank">Chevereto</a></div>
|
||||
|
||||
<?php G\Render\include_theme_footer(); ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue