[Scummvm-cvs-logs] SF.net SVN: scummvm:[40949] web/trunk/templates/screenshots_viewer.tpl

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Wed May 27 20:38:57 CEST 2009


Revision: 40949
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40949&view=rev
Author:   fredrik_w
Date:     2009-05-27 18:38:57 +0000 (Wed, 27 May 2009)

Log Message:
-----------
Add header with game name and information about which screenshot number we're displaying and the total.

Modified Paths:
--------------
    web/trunk/templates/screenshots_viewer.tpl

Modified: web/trunk/templates/screenshots_viewer.tpl
===================================================================
--- web/trunk/templates/screenshots_viewer.tpl	2009-05-27 18:24:16 UTC (rev 40948)
+++ web/trunk/templates/screenshots_viewer.tpl	2009-05-27 18:38:57 UTC (rev 40949)
@@ -3,6 +3,7 @@
 
 <div class="box">
 	<div class="head">Screenshot Gallery</div>
+	<h3 class="subhead">{$screenshot->getName()} (#{$num+1} of {$files|@count})</h3>
 	<div class="viewer">
 		<div class="screenshot">
 			<img src="{$smarty.const.DIR_SCREENSHOTS}/{$files[$num].filename}-full.png" alt="{$files[$num].caption}">


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list