d'oh, edited the wrong file :/

This commit is contained in:
Bill Currie 2000-10-05 05:47:23 +00:00
parent 5205659bda
commit b6f6a58dac
2 changed files with 12 additions and 12 deletions

View file

@ -2,10 +2,16 @@
$pageName = "Page Name";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
function screenshot ($caption, $thumb, $full)
{
echo '<a href="img/screenshots/' "$full" '">' ,
echo '<img src="img/screenshots/' "$thumb" '" alt="fullsize" border="2">' ,
echo '</a>'
echo "<p>$caption</p>"
}
?>
<!--SEARCHME-->
Page content goes here. Yes, it's that simple.
<!--NOSEARCH-->
<? screenshot ('Elderworld pool in id1vis with r_wateralpha 0.3' 'wateralpha-0.3.jpg', 'wateralpha-0.3.png') ?>
<?
require("parts/postamble.php"); // Finish this sucker up
?>

View file

@ -2,16 +2,10 @@
$pageName = "Page Name";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
function screenshot ($caption, $thumb, $full)
{
echo '<a href="img/screenshots/' "$full" '">' ,
echo '<img src="img/screenshots/' "$thumb" '" alt="fullsize" border="2">' ,
echo '</a>'
echo "<p>$caption</p>"
}
?>
<? screenshot ('Elderworld pool in id1vis with r_wateralpha 0.3' 'wateralpha-0.3.jpg', 'wateralpha-0.3.png') ?>
<!--SEARCHME-->
Page content goes here. Yes, it's that simple.
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>