__('Random picture'), 'thumbnail'=>'true', 'piwigo'=>'piwigo', 'external'=>'', 'number'=>1, 'category'=>0, 'from'=> 12, 'divclass'=>'', 'class'=>'', 'most_visited' => 'true', 'best_rated' => 'true', 'most_commented' => 'true', 'random' => 'true', 'recent_pics' => 'true', 'calendar' => 'true', 'tags' => 'true', 'comments' => 'true', 'mbcategories' => 'true', ) ); $title = htmlspecialchars($gallery['title']); $thumbnail = (htmlspecialchars($gallery['thumbnail']) == 'true') ? 'checked="checked"':''; $piwigo = htmlspecialchars($gallery['piwigo']); $external = htmlspecialchars($gallery['external']); $number = intval($gallery['number']); $category = intval($gallery['category']); $from = intval($gallery['from']); $divclass = htmlspecialchars($gallery['divclass']); $class = htmlspecialchars($gallery['class']); $mbcategories = (htmlspecialchars($gallery['mbcategories']) == 'true') ? 'checked="checked"':''; $most_visited = (htmlspecialchars($gallery['most_visited']) == 'true') ? 'checked="checked"':''; $best_rated = (htmlspecialchars($gallery['best_rated']) == 'true') ? 'checked="checked"':''; $most_commented = (htmlspecialchars($gallery['most_commented']) == 'true') ? 'checked="checked"':''; $random = (htmlspecialchars($gallery['random']) == 'true') ? 'checked="checked"':''; $recent_pics = (htmlspecialchars($gallery['recent_pics']) == 'true') ? 'checked="checked"':''; $calendar = (htmlspecialchars($gallery['calendar']) == 'true') ? 'checked="checked"':''; $tags = (htmlspecialchars($gallery['tags']) == 'true') ? 'checked="checked"':''; $comments = (htmlspecialchars($gallery['comments']) == 'true') ? 'checked="checked"':''; // Options echo '

'; // Thumbnail echo '

'; // Piwigo directory echo '

'; // External website echo '

'; // number of pictures echo '

'; // Optional parameters echo '
' . __('Optional parameters') . '
'; // Selected category echo '

'; // from echo '

'; // divclass echo '

'; // class echo '

'; // The categories menu echo ''; // The most visited echo ''; // The best rated echo ''; // The most commented echo ''; // The random link echo ''; // The recent pics echo ''; // The calendar echo ''; // The random echo ''; // The tags echo '
'; ?>