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

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Wed May 27 19:49:20 CEST 2009


Revision: 40947
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40947&view=rev
Author:   fredrik_w
Date:     2009-05-27 17:49:20 +0000 (Wed, 27 May 2009)

Log Message:
-----------
Added a header with the game name, this is more consistent with the rest of the screenshot pages.

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

Modified: web/trunk/templates/screenshots_category.tpl
===================================================================
--- web/trunk/templates/screenshots_category.tpl	2009-05-27 17:45:47 UTC (rev 40946)
+++ web/trunk/templates/screenshots_category.tpl	2009-05-27 17:49:20 UTC (rev 40947)
@@ -2,11 +2,11 @@
 
 {* A single game (target) was selected. *}
 {if !empty($game)}
-
 	<div class="box">
 		<div class="head">Screenshot Gallery</div>
 		{foreach from=$screenshots.games item=g name=cat_loop}
 			{if $game == $g->getCategory()}
+				<h3 class="subhead">{$g->getName()}</h3>
 				{foreach from=$g->getFiles() item=fdata name=game_loop}
 					<div class="screenshot">
 						<a href="screenshots/{$category}/{$g->getCategory()}/{$smarty.foreach.game_loop.iteration}/" rel="lightbox-{$g->getCategory()}" title="{$fdata.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