1
0

Add back-link at bottom of plamo and radio page templates.

This commit is contained in:
Kevin Matsubara 2026-01-13 21:41:32 +01:00
parent 8a08548deb
commit d177a51fe9
3 changed files with 6 additions and 2 deletions

View File

@ -54,8 +54,8 @@
<a href="/$language$/plamo.html" class="alert-link">$text-plamo-back$</a>
</div>
</div>
$body$
<hr/>
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a>
</section>
</article>

View File

@ -48,5 +48,7 @@
$endif$
</table>
$body$
<hr/>
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a>
</section>
</article>

View File

@ -5,5 +5,7 @@
</section>
<section>
$body$
<hr/>
<a href="/$language$/radio.html" class="back-link">$text-radio-back$</a>
</section>
</article>