'portfolio_detail.html',
'multiple' => true,
'edit-mode' => 'listdetail',
));
if (perch_get('s')) {
// Detail mode
$result = perch_content_custom('Projects list image', array(
'template' => 'portfolio_detail.html',
'filter' => 'slug',
'match' => 'eq',
'value' => perch_get('s')
));
?>
'portfolio_detail.html',
'filter' => 'slug',
'match' => 'eq',
'value' => perch_get('s'),
'count' => 1,
'skip-template' => true,
'return-html' => true,
));
perch_content_custom('Projects list image', array(
'template' => 'portfolio_prev.html',
'filter' => '_order',
'match' => 'lt',
'value' => $results[0]['_sortvalue'],
'sort' => '_order',
'sort-order' => 'DESC',
'count' => 1,
));
perch_content_custom('Projects list image', array(
'template' => 'portfolio_next.html',
'filter' => '_order',
'match' => 'gt',
'value' => $results[0]['_sortvalue'],
'sort' => '_order',
'sort-order' => 'ASC',
'count' => 1,
));
//PerchSystem::set_var('is_prev', true);
e
?>
'portfolio_h_detail.html',
'filter' => 'slug',
'match' => 'eq',
'value' => perch_get('s')
));
}
else {
// List mode
perch_content_custom('Projects list image', array(
'template' => 'portfolio_listing.html',
));
}
?>