Logo
Explore Help
Sign In
stian/gallery3
Watch 1
Star 0
Fork 0
mirror of https://github.com/Pathduck/gallery3.git synced 2026-08-07 15:40:41 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
5e4e31347a06604e79cc791ebcd5338b6ea273fa
gallery3/themes/wind/views/block.html.php
T

11 lines
266 B
PHP
Raw Normal View History

Change the preamble for views in two ways:
2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
Drop short_tags
2018-01-28 12:43:27 +01:00
<?php if ($anchor): ?>
Added a show comment form button. Add comment form is revealed when the button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page.
2009-02-12 07:07:11 +00:00
<a name="<?= $anchor ?>"></a>
Drop short_tags
2018-01-28 12:43:27 +01:00
<?php endif ?>
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 id="<?= $css_id ?>" class="g-block">
Missed these in r19485.
2008-12-30 00:52:03 +00:00
<h2><?= $title ?></h2>
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-block-content">
The carousel block is now off into its own module. The
2008-11-05 05:20:20 +00:00
<?= $content ?>
</div>
</div>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.0 Page: 111ms Template: 4ms
Auto
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