From 01db65cb32e2355174bfd9773baec951f99bb973 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Sat, 24 Jun 2006 21:41:28 +1200 Subject: [PATCH] added hooks for new header images --- include/genpage.inc.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/genpage.inc.php b/include/genpage.inc.php index da333db..b53ee36 100644 --- a/include/genpage.inc.php +++ b/include/genpage.inc.php @@ -127,7 +127,13 @@ if ($serendipity['smarty_raw_mode']) { $images = array('fingers' => 'Penny\'s fingers', 'lying' => 'Lying in the grass', - 'silhouette' => 'Photograph of self in mirror with kitten against window'); + 'silhouette' => 'Photograph of self in mirror with kitten against window', + 'bankspeninsular' => 'Looking out over Banks Peninsular', + 'firepoi' => 'Firepoi', + 'firepoifreaky' => 'Fast firepoi, slow camera', + 'feet' => 'My feet and a glass of wine in the bay', + 'hair' => 'Hair' + ); $entry = array_rand($images); $serendipity['smarty']->assign(array('headerimage' => $entry, 'headerimagealt' => $images[$entry])); -- 2.39.5