![]() |
|
Need help with mod_rewrite - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Need help with mod_rewrite (/thread-1304.html) |
Need help with mod_rewrite - SubJunk - 2007-03-19 Hi guys, `if(isset($_SESSION['album_start'])) { $offset=intval($_SESSION['album_start']); print "nn"; } else { $offset=0; print "nn"; } $perpage=25; // images per page show_highest_rated($offset,$perpage); // Show images thumbnails from $st for $pp function show_highest_rated($offset,$perpage) { $images=load_highest_rated(); $size = '_'.zp_conf('thumb_size').'_cw'.zp_conf('thumb_crop_width').'_ch'.zp_conf('thumb_crop_height'); $max=count($images);` `for($i=$offset;$i |