Ignore:
Timestamp:
Nov 19, 2009, 1:15:44 AM (14 years ago)
Author:
vdigital
Message:

[PiwigoPress]

  • NEW (Admin Post) Media Piwigo icon
  • NEW (Admin Post) Media Piwigo white logo
  • NEW (Admin Post) Media CSS style.css (need a full review)
  • NEW Include the Admin part (Not operational)
  • MOD Minor code review on Widget code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwigopress/PiwigoPress_code.php

    r4216 r4314  
    1818$options = '';
    1919$number = empty($gallery['number']) ? 1 : intval($gallery['number']);
    20 $options .= '&per_page=' . intval($gallery['number']);
     20$options .= '&per_page=' . $number;
    2121if (!empty($gallery['category'])) $options .= '&cat_id=' . intval($gallery['category']);
    2222$from = empty($gallery['from']) ? '12' : intval($gallery['from']);
Note: See TracChangeset for help on using the changeset viewer.