]> git.mjollnir.org Git - s9y.git/commitdiff
added hooks for new header images
authorPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 09:41:28 +0000 (21:41 +1200)
committerPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 09:41:28 +0000 (21:41 +1200)
include/genpage.inc.php

index b5105bf6aec00239da608f92509be2ee0346a50d..b658a4753d82d4832457af57e86be79ae6a3cb0b 100644 (file)
@@ -110,7 +110,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]));