fix svg fallback replacement for settings icons
This commit is contained in:
parent
3f3ae4a985
commit
6d560be564
|
@ -39,7 +39,7 @@
|
||||||
<?php foreach($_['settingsnavigation'] as $entry):?>
|
<?php foreach($_['settingsnavigation'] as $entry):?>
|
||||||
<li>
|
<li>
|
||||||
<a href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
|
<a href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
|
||||||
<img src="<?php echo $entry['icon']; ?>">
|
<img class="svg" src="<?php echo $entry['icon']; ?>">
|
||||||
<?php echo $entry['name'] ?>
|
<?php echo $entry['name'] ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue