summaryrefslogtreecommitdiff
path: root/themes/wind/views/dynamic.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/views/dynamic.html.php')
-rw-r--r--themes/wind/views/dynamic.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php
index 9d50f8a8..aa347402 100644
--- a/themes/wind/views/dynamic.html.php
+++ b/themes/wind/views/dynamic.html.php
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div id="g-albumHeader">
- <div id="g-albumHeaderButtons">
+<div id="g-album-header">
+ <div id="g-album-header-buttons">
<?= $theme->dynamic_top() ?>
</div>
<h1><?= html::clean($title) ?></h1>
@@ -11,7 +11,7 @@
<li class="g-item <?= $child->is_album() ? "g-album" : "" ?>">
<?= $theme->thumb_top($child) ?>
<a href="<?= $child->url() ?>">
- <img id="g-photoId-<?= $child->id ?>" class="g-thumbnail"
+ <img id="g-photo-id-<?= $child->id ?>" class="g-thumbnail"
alt="photo" src="<?= $child->thumb_url() ?>"
width="<?= $child->thumb_width ?>"
height="<?= $child->thumb_height ?>" />