Add cachebuster to right navigation
This commit is contained in:
parent
95fca9abad
commit
d6c31b4107
|
@ -81,14 +81,14 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="<?php print_unescaped($entry['href']); ?>"
|
<a href="<?php print_unescaped($entry['href']); ?>"
|
||||||
<?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
|
<?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
|
||||||
<img alt="" src="<?php print_unescaped($entry['icon']); ?>">
|
<img alt="" src="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>">
|
||||||
<?php p($entry['name']) ?>
|
<?php p($entry['name']) ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<li>
|
<li>
|
||||||
<a id="logout" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>>
|
<a id="logout" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>>
|
||||||
<img alt="" src="<?php print_unescaped(image_path('', 'actions/logout.svg')); ?>">
|
<img alt="" src="<?php print_unescaped(image_path('', 'actions/logout.svg') . '?v=' . $_['versionHash']); ?>">
|
||||||
<?php p($l->t('Log out'));?>
|
<?php p($l->t('Log out'));?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue