. Powered by BrewBlogger ."> <?php if ($row_pref['mode'] == "1") { if ($row_name['brewerFirstName'] != "") echo $row_name['brewerFirstName']." "; if ($row_name['brewerLastName'] != "") echo $row_name['brewerLastName']."'s "; echo "BrewBlog > ".$page_title.$page_title_extension; } if ($row_pref['mode'] == "2") echo $row_name['brewerFirstName']." ".$row_name['brewerLogName']." > ".$page_title.$page_title_extension; if (($page == "brewBlogCurrent") || ($page == "brewBlogDetail") || ($page == "recipeDetail")) echo " [".$row_log['brewStyle']."]"; ?> "; } else { echo " "; } ?> >
">
">
0)) include (SECTIONS.'news.inc.php'); ?>
">
" align="bottom">
' . "\n"; if (($page == "brewBlogCurrent") || ($page == "brewBlogDetail")) { if ($row_pref['allowSpecifics'] == "Y") include (SECTIONS.'recipe_specifics.inc.php'); if ($row_pref['allowGeneral'] == "Y") include (SECTIONS.'recipe_general.inc.php'); if ($row_pref['allowComments'] == "Y") include (SECTIONS.'recipe_comments.inc.php'); if ($row_pref['allowRecipe'] == "Y") include (SECTIONS.'recipe.inc.php'); include (SECTIONS.'recipe_equipment.inc.php'); if ($row_pref['allowMash'] == "Y") include (SECTIONS.'recipe_mash.inc.php'); if ($row_pref['allowWater'] == "Y") include (SECTIONS.'recipe_water.inc.php'); if ($row_pref['allowProcedure'] == "Y") include (SECTIONS.'recipe_procedure.inc.php'); if ($row_pref['allowSpecialProcedure'] == "Y") include (SECTIONS.'recipe_special_procedure.inc.php'); if ($row_pref['allowFermentation'] == "Y") include (SECTIONS.'recipe_fermentation.inc.php'); if (checkmobile()) echo ""; else { if ($row_pref['allowReviews'] == "Y") include (SECTIONS.'recipe_reviews.inc.php'); } } elseif ($page == "brewBlogList") { include(SECTIONS.'brewblogList.inc.php'); } elseif ($page == "recipeList") { include(SECTIONS.'recipeList.inc.php'); } elseif ($page == "awardsList") { include(SECTIONS.'awardsList.inc.php'); } elseif ($page == "login") { include (SECTIONS.'login.inc.php'); } elseif ($page == "tools") { include (SECTIONS.'tools.inc.php'); } elseif ($page == "about") { include (SECTIONS.'about.inc.php'); } elseif ($page == "reference") { include (SECTIONS.'reference.inc.php'); } elseif (($row_pref['allowCalendar'] == "Y") && ($page == "calendar")) { include (SECTIONS.'calendar.inc.php'); } elseif (($row_pref['allowCalendar'] == "N") && ($page == "calendar")) { echo "

This feature has been disabled by the site administrator.

"; } elseif (($row_pref['mode'] == "2") && ($page == "members")) { include(SECTIONS.'memberList.inc.php'); } elseif (($row_pref['mode'] == "2") && ($page == "profile")) { include (SECTIONS.'profile.inc.php'); } elseif (($row_pref['mode'] == "2") && ($page == "news")) { include (SECTIONS.'news.inc.php'); } elseif ($page == "recipeDetail") { // Include sections according to set preferences if ($row_pref['allowSpecifics'] == "Y") include (SECTIONS.'recipe_specifics.inc.php'); if ($row_pref['allowGeneral'] == "Y") include (SECTIONS.'recipe_general.inc.php'); if ($row_pref['allowRecipe'] == "Y") include (SECTIONS.'recipe.inc.php'); if ($row_pref['allowProcedure'] == "Y") include (SECTIONS.'recipe_procedure.inc.php'); if ($row_pref['allowFermentation'] == "Y") include (SECTIONS.'recipe_fermentation.inc.php'); if ($row_pref['allowComments'] == "Y") include (SECTIONS.'recipe_notes.inc.php'); } ?>
"; { include (SECTIONS.'quick_edit.inc.php'); } if (checkmobile()) echo ""; else { // Include sidebar sections according to preferences if ($row_pref['allowLabel'] == "Y") { include (SECTIONS.'label.inc.php'); } } if ($row_pref['allowAwards'] == "Y") { include (SECTIONS.'awards.inc.php'); } if ($row_pref['allowRelated'] == "Y") { include (SECTIONS.'related.inc.php'); } include (SECTIONS.'list.inc.php'); if ($row_pref['allowStatus'] == "Y") { include (SECTIONS.'status.inc.php'); } if ($row_pref['allowUpcoming'] == "Y") { include (SECTIONS.'upcoming.inc.php'); } } if ($page == "recipeDetail") { // Include sidebar sections according to preferences if ($row_pref['allowPrintRecipe'] == "Y") { include (SECTIONS.'printRecipe.inc.php'); echo " "; } if ($row_pref['allowPrintXML'] == "Y") { include (SECTIONS.'printXML.inc.php'); } { include (SECTIONS.'quick_edit.inc.php'); } if ($row_pref['allowAwards'] == "Y") { include (SECTIONS.'awards.inc.php'); } if ($row_pref['allowRelated'] == "Y") { include (SECTIONS.'related.inc.php'); } if ($row_pref['allowList'] == "Y") { include (SECTIONS.'list.inc.php'); } } if ($page == "profile") include (SECTIONS.'userPic.inc.php'); ?>