mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-23 12:59:11 -04:00
Removed YUI grids. Added g- prefix to selected class. Layout almost completely restored, still need to fix action-status message box
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<? foreach ($album->children(25, $offset) as $child): ?>
|
||||
<li class="g-organize-microthumb-grid-cell" ref="<?= $child->id ?>">
|
||||
<li class="g-organize-microthumb-grid-cell g-left" ref="<?= $child->id ?>">
|
||||
<div id="g-organize-microthumb_<?= $child->id ?>"
|
||||
class="g-organize-microthumb <?= $child->is_album() ? "g-album" : "g-photo" ?>">
|
||||
<?= $child->thumb_img(array("class" => "g-thumbnail", "ref" => $child->id), 90, true) ?>
|
||||
|
||||
Reference in New Issue
Block a user