diff options
Diffstat (limited to 'apps/theming/templates/settings-admin.php')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 717e2bdb83c..c7451e595d7 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -88,5 +88,16 @@ style('theming', 'settings-admin'); <div id="theming-preview"> <img src="<?php p($_['logo']); ?>" id="theming-preview-logo" /> </div> + <div class="theming-hints"> + <?php if (!$_['canThemeIcons']) { ?> + <p class="info"> + <a href="<?php p($_['iconDocs']); ?>"> + <em> + <?php p($l->t('Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.')); ?> ↗ + </em> + </a> + </p> + <?php } ?> + </div> <?php } ?> </div> |