[Scummvm-git-logs] scummvm-web master -> 3d116b43268f642fa60426837485f5ec870304e4
antoniou79
antoniou at cti.gr
Sat Nov 16 19:10:21 CET 2019
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
be94fdb77b WEB: Add greek folder for news items
3d116b4326 WEB: TEMPLATES: Fix downloads so "Navigation" string uses proper variable
Commit: be94fdb77b691c3e83fad8ca567b6fb64a26918d
https://github.com/scummvm/scummvm-web/commit/be94fdb77b691c3e83fad8ca567b6fb64a26918d
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-11-16T19:55:50+02:00
Commit Message:
WEB: Add greek folder for news items
Changed paths:
A data/news/el/.gitignore
diff --git a/data/news/el/.gitignore b/data/news/el/.gitignore
new file mode 100644
index 0000000..d39a733
--- /dev/null
+++ b/data/news/el/.gitignore
@@ -0,0 +1,5 @@
+# Ignore generated files.
+*.json
+*.yaml
+*.md
+*.markdown
Commit: 3d116b43268f642fa60426837485f5ec870304e4
https://github.com/scummvm/scummvm-web/commit/3d116b43268f642fa60426837485f5ec870304e4
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-11-16T20:09:06+02:00
Commit Message:
WEB: TEMPLATES: Fix downloads so "Navigation" string uses proper variable
Changed paths:
templates/pages/downloads.tpl
diff --git a/templates/pages/downloads.tpl b/templates/pages/downloads.tpl
index dedb861..47d3ade 100644
--- a/templates/pages/downloads.tpl
+++ b/templates/pages/downloads.tpl
@@ -1,24 +1,22 @@
{capture "intro"}
<div class="row">
- <div class="navigation col-1-2">
- <h4 class="subhead">Navigation</h4>
- <ul>
- {foreach from=$sections item=arr}
- <li>
- <a href="/downloads/#{$arr.anchor}">{eval var=$arr.title}</a>
- </li>
- {/foreach}
- </ul>
- </div>
- <div class="text col-1-2">
- <p>{'/\x7brelease\x7d/'|preg_replace:$release:#downloadsContentP1#}</p>
- <ul>
- <li>{'/\x7brelease\x7d/'|preg_replace:$release:#downloadsContentP2#}</li>
- <li>{#downloadsContentP3#}</li>
- <li>{#downloadsContentP4#}</li>
- </ul>
- </div>
+ <div class="navigation col-1-2">
+ <h4 class="subhead">{#downloadsHeader#}</h4>
+ <ul>
+ {foreach from=$sections item=arr}
+ <li><a href="/downloads/#{$arr.anchor}">{eval var=$arr.title}</a></li>
+ {/foreach}
+ </ul>
</div>
+ <div class="text col-1-2">
+ <p>{'/\x7brelease\x7d/'|preg_replace:$release:#downloadsContentP1#}</p>
+ <ul>
+ <li>{'/\x7brelease\x7d/'|preg_replace:$release:#downloadsContentP2#}</li>
+ <li>{#downloadsContentP3#}</li>
+ <li>{#downloadsContentP4#}</li>
+ </ul>
+ </div>
+</div>
{/capture}
{foreach from=$downloads item=dsection name=downloads_loop}
More information about the Scummvm-git-logs
mailing list