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-05-20 11:29:24 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
d50e5a3f17aee38dc015c4d3bb9011fdfeea11b2
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: 146ms Template: 4ms
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