summaryrefslogtreecommitdiff
path: root/website/about/screenshots.php
blob: d3b36b46578d24473f246bac2980b2f6d37cba22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/*
 * Copyright 2004 Matt Brubeck
 * This file is licensed under a Creative Commons license:
 * http://creativecommons.org/licenses/by/2.0/
 */
  require_once "main.inc.php";
  $pageId = "screenshots";
  $pageTitle = _("Screenshots");
  include "../include/header.inc.php";
?>

<h2><?=$pageTitle?></h2>

<p><?=_('Click any screenshot for a larger version.')?></p>

<?php
  include "../include/footer.inc.php";
?>