Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 5 of 5
$GLOBALS['plogger_level'] = 'album';
$GLOBALS['plogger_id'] = 1;
$GLOBALS['plogger_mode'] = 'slideshow';
if (url clean) {
$GLOBALS['plogger_level'] = 'album';
$GLOBALS['plogger_id'] = 1;
$GLOBALS['plogger_mode'] = 'slideshow';
} else {
// just follow with the hard coded behavior of blogger
}
<?php
if (!isset($_GET['level'])) {
$GLOBALS['plogger_level'] = 'collection';
$GLOBALS['plogger_id'] = 2;
//$GLOBALS['plogger_mode'] = 'slideshow';
} else {
// just follow with the hard coded behavior of blogger
}
?>
1 to 5 of 5