diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 15:53:00 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 15:53:00 -0600 |
| commit | d581bbbd1eaeb242b7279e5a6d75f015dd5a5e6f (patch) | |
| tree | 3002836c3d6afa7b01845b048e7fb0dbb48e9874 /themes/wind/views/dynamic.html.php | |
| parent | 048e540a985cda0e092572eeea44855a0cb0428c (diff) | |
Renamed more CSS selectors from gName to g-name.
Diffstat (limited to 'themes/wind/views/dynamic.html.php')
| -rw-r--r-- | themes/wind/views/dynamic.html.php | 6 |
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 ?>" /> |
