title = "Screenshots";
$this->addStylesheet("screenshots");
$this->startContents();
if (is_null($__category)) {
?>
Screenshots
Select a category
$data) {
?>
= count($data['pics']) ?> pictures
$y += 75;
}
} elseif (is_null($__picture)) {
$category = $__list[$__category];
?>
Screenshots - = utf8entities($category['title']) ?>
$y = 70;
$x = 0;
foreach ($category['pics'] as $id => $title) {
?>
$x = ($x + 1) % 3;
if ($x == 0) {
$y += 120;
}
}
} else {
$category = $__list[$__category];
$title = $category['pics'][$__picture];
?>
= utf8entities($category['title'] . ' - ' . $title) ?>
}
$this->endContents();
?>