Link Random Media title to Albums

Skylined

Well-known member
I would like to link Random Media's title to /media/albums instead of the default link to /media

How may I change it?


2015-03-20_22-49-10.webp
 
Edit Template: xengallery_media_block

Find:

Code:
<h3><a href="{xen:link xengallery}" class="blockTitle">{$blockPhrase}</a></h3>

Replace with:

Code:
<h3><a href="{xen:link xengallery/albums/}" class="blockTitle">{$blockPhrase}</a></h3>
 
Last edited:
Top Bottom