} 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('@/(index(\.php|\.html)?)|'. preg_quote($serendipity['indexFile']) .'@', $uri) ||
preg_match('@^/' . preg_quote(trim($serendipity['serendipityHTTPPath'], '/')) . '/?(\?.*)?$@', $uri)) {