File: inline_albumthumb.header.default

package info (click to toggle)
gallery 1.5.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,712 kB
  • ctags: 6,567
  • sloc: php: 33,824; sh: 446; xml: 96; makefile: 88; perl: 61
file content (16 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
// This is the default thumbnail photo header (for the gallery photo
// page: view_album.php). It's companion is inline_albumthumb.footer.default.
//
// To override this header, create a file called inline_albumthumb.header
// in this directory.
//
// NOTE: This header gets inserted above each photo
//
// Some tips:
//	$GLOBALS['index'] is the index of the photo
// 	$gallery->album is the current album 
// 	$gallery->album->getPhotoId($GLOBALS['index']) is the id of the current photo
//
// $Id: inline_albumthumb.header.default 4372 2003-10-04 19:22:44Z beckettmw $
?>