} else if (preg_match(PAT_ABOUT, $uri, $matches)) {
$serendipity['GET']['action'] = 'about';
include_once(S9Y_INCLUDE_PATH . 'include/genpage.inc.php');
-} else if (preg_match(PAT_BREAKFAST, $uri, $matches)) {
- $serendipity['GET']['action'] = 'breakfast';
- include_once(S9Y_INCLUDE_PATH . 'include/genpage.inc.php');
} else if (preg_match(PAT_GALLERY, $uri, $matches)) {
$serendipity['GET']['action'] = 'gallery';
include_once(S9Y_INCLUDE_PATH . 'include/genpage.inc.php');
+} else if (preg_match(PAT_BREAKFAST, $uri, $matches)) {
+ $serendipity['GET']['action'] = 'breakfast';
+ include_once(S9Y_INCLUDE_PATH . 'include/genpage.inc.php');
} else if (preg_match(PAT_COMMENTS, $uri, $matches)) {
$serendipity['view'] = 'comments';
$_args = serendipity_getUriArguments($uri, true); // Need to also match "." character