[Scummvm-git-logs] scummvm-web master -> 15d62e20b28fe2b3092293d20dcc53dcc4377d49

Thunderforge noreply at scummvm.org
Wed Jun 28 00:12:47 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
15d62e20b2 WEB: Removing hyperlink from screenshot category page


Commit: 15d62e20b28fe2b3092293d20dcc53dcc4377d49
    https://github.com/scummvm/scummvm-web/commit/15d62e20b28fe2b3092293d20dcc53dcc4377d49
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2023-06-27T19:12:39-05:00

Commit Message:
WEB: Removing hyperlink from screenshot category page

It's broken and usually just goes to itself. So I'm removing it.

Changed paths:
    templates/pages/screenshots_category.tpl


diff --git a/templates/pages/screenshots_category.tpl b/templates/pages/screenshots_category.tpl
index f0dadc74..d68af9a3 100644
--- a/templates/pages/screenshots_category.tpl
+++ b/templates/pages/screenshots_category.tpl
@@ -3,7 +3,7 @@
     {foreach from=$screenshots.games item=g name=cat_loop}
         <h3 class="subhead">
             <span class="sprite-games-{$g->getCategory()} sprite"></span>
-            <a href="{'/screenshots/'|lang}{$category}/{$g->getCategory()}/">{$g->getName()}</a>
+            {$g->getName()}
         </h3>
         <div class="gallery">
             {foreach from=$g->getFiles() item=fdata name=game_loop}




More information about the Scummvm-git-logs mailing list