[ class tree: plugins ] [ index: plugins ] [ all elements ]

Procedural File: paged_thumbs_nav.php

Source Location: /plugins/paged_thumbs_nav.php

Page Details

Prints a paged thumbs navigation on image.php, independ of the album.php's thumbs The function contains some predefined CSS ids you can use for styling. The function prints the following html:

<div id="pagedthumbsnav"> <a href="" id="pagedthumbsnav-prev">Previous thumbnail list</a> <img><img> (...) (the active thumb has class="pagedthumbsnav-active") <a href="" id="pagedthumbsnav-next">Next thumbnail list</a> <p id="pagethumbsnav-counter>Images 1 - 10 of 20 (1/3)</p> (optional) </div>

Author:  Malte Müller (acrylian)
Version:  1.0.1
Classes
Class Description
pagedthumbsOptions Plugin option handling class
Functions
printPagedThumbsNav  [line 72]
Parameters:
   $imagesperpage: 
   $counter: 
   $prev: 
   $next: 
   $size: 
   $width: 
   $height: 
   $crop: 


void printPagedThumbsNav( [ $imagesperpage = ''], [ $counter = ''], [ $prev = ''], [ $next = ''], [ $size = NULL], [ $width = NULL], [ $height = NULL], [ $crop = false]  )

[ Top ]


Documentation generated on Tue, 02 Dec 2008 21:23:55 +0100 by phpDocumentor 1.4.1