Logo
Explore Help
Sign In
stian/gallery3
1
0
Fork 0
You've already forked gallery3
mirror of https://github.com/Pathduck/gallery3.git synced 2026-06-21 17:09:54 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
b2d7472f38165ac6f3489a7fcb3d07bd19f7e9ac
gallery3/modules/image_block/views/image_block_block.html.php

9 lines
281 B
PHP
Raw Normal View History

Implement a random image block for the side bar. Ticket #13
2009-02-26 15:02:04 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
Create a module setting for the number of random images to show in the sidebar. Fixes #1499.
2010-11-21 13:51:07 -08:00
<? foreach ($items as $item): ?>
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
<div class="g-image-block">
Fix a database error caused by trying to view a non-search-result in a search context. Patch thanks to sermoro. Fixes #1837.
2012-05-07 11:47:19 -07:00
<a href="<?= url::site("image_block/random/" . $item->id); ?>">
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
<?= $item->thumb_img(array("class" => "g-thumbnail")) ?>
Implement a random image block for the side bar. Ticket #13
2009-02-26 15:02:04 +00:00
</a>
</div>
Create a module setting for the number of random images to show in the sidebar. Fixes #1499.
2010-11-21 13:51:07 -08:00
<? endforeach ?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 147ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API