aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-02-08 01:31:05 +0000
committerrvelices <rv-github@modusoptimus.com>2007-02-08 01:31:05 +0000
commitb6fc0fa5eb94301d5611b5385371aeda821da0fe (patch)
tree6571c02ac29d5e99ab747f48d97c62b5cde4ec46 /template
parent5631a3fc545bd736cb4b82a93fa7d2b48814973c (diff)
- correct php warnings (section_init and mass_inserts)
- flat category view url is now 'flat' instead of 'flat_cat' (it is nicer and shorter) - small html validation (double class attribute) - removed unnecessary class="" - changed 2 times hard coded index.php?recent_pics with make_index_url(...) git-svn-id: http://piwigo.org/svn/trunk@1789 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mainpage_categories.tpl6
-rw-r--r--template/yoga/picture.tpl2
2 files changed, 3 insertions, 5 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl
index ab61b52e3..4d8efdd93 100644
--- a/template/yoga/mainpage_categories.tpl
+++ b/template/yoga/mainpage_categories.tpl
@@ -6,9 +6,7 @@
<div class="thumbnailCategory">
<div class="illustration">
<a href="{categories.category.URL}">
- <img src="{categories.category.SRC}"
- alt="{categories.category.ALT}"
- title="{categories.category.TITLE}">
+ <img src="{categories.category.SRC}" alt="{categories.category.ALT}" title="{categories.category.TITLE}">
</a>
</div>
<div class="description">
@@ -17,7 +15,7 @@
{categories.category.ICON}
</h3>
<p>{categories.category.CAPTION_NB_IMAGES}</p>
- <p>{categories.category.DESCRIPTION}&nbsp;</p> <!-- &nbsp; to avoid a HTML warning -->
+ <p>{categories.category.DESCRIPTION}&nbsp;</p>
</div>
</div>
</li>
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl
index c90271b07..c82571830 100644
--- a/template/yoga/picture.tpl
+++ b/template/yoga/picture.tpl
@@ -204,7 +204,7 @@
<!-- END author_field -->
<label>{lang:comment}<textarea name="content" rows="5" cols="80">{comments.add_comment.CONTENT}</textarea></label>
<input type="hidden" name="key" value="{comments.add_comment.KEY}" />
- <input class="submit" type="submit" class="submit" value="{lang:submit}">
+ <input class="submit" type="submit" value="{lang:submit}">
</fieldset>
</form>
<!-- END add_comment -->