diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 74ca2d26..65b7e1f5 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -313,6 +313,17 @@ class LeftAndMain extends Controller { SSViewer::set_theme(null); } + + /** + * If this is set to true, the "switchView" context in the + * template is shown, with links to the staging and publish site. + * + * @return boolean + */ + function ShowSwitchView() { + return false; + } + //------------------------------------------------------------------------------------------// // Main controllers