mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
FIX: Make links relative
Some websites run in subfolders.
This commit is contained in:
parent
55fed41ccf
commit
f2d84772c2
@ -54,8 +54,8 @@
|
||||
<% end_if %>
|
||||
|
||||
<a href="$Link?flush=1" title="Flush templates and manifest, and regenerate images for this page (behaviour varies by Framework version)"><span class="bn-icon-flush"></span>Flush Caches</a>
|
||||
<a href="/dev/build/?flush=1" target="_blank" title="Build database and flush caches (currently excludes template caches)"><span class="bn-icon-db"></span>Build Database</a>
|
||||
<a href="/dev/" target="_blank"><span class="bn-icon-tools"></span>Dev Menu</a>
|
||||
<a href="dev/build/?flush=1" target="_blank" title="Build database and flush caches (currently excludes template caches)"><span class="bn-icon-db"></span>Build Database</a>
|
||||
<a href="dev" target="_blank"><span class="bn-icon-tools"></span>Dev Menu</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user