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-19 10:59:16 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
0b1832d2f79c4bcbbdb2e19a7530e874afe6aa97
gallery3/modules/info/views/info_block.html.php

9 lines
253 B
PHP
Raw Normal View History

Change the preamble for views in two ways: 1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
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
<ul class="g-metadata">
Drop short_tags
2018-01-28 12:43:27 +01:00
<?php foreach($metadata as $info): ?>
Convert info module's block to use a list instead of a table. Addresses request in ticket #441.
2009-06-28 17:53:20 -06:00
<li>
Updates per Bharat's pull request review. Renamed info_block_metadata event to info_block_get_metadata.
2011-01-06 21:03:19 -07:00
<strong class="caption"><?= $info["label"] ?></strong> <?= $info["value"] ?>
Convert info module's block to use a list instead of a table. Addresses request in ticket #441.
2009-06-28 17:53:20 -06:00
</li>
Drop short_tags
2018-01-28 12:43:27 +01:00
<?php endforeach; ?>
Undo my last change; it's not the right fix for the problem.
2009-06-28 18:10:42 -07:00
</ul>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 154ms 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