From 3377198bc4ee0e7dc4d91d046bb6a54fe2423a61 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 16 Feb 2010 03:01:30 +0000 Subject: [PATCH] MINOR Added Requirements for SilverStripeNavigator (see r99080) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99098 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index ef74f2fd..0e16b9d8 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -219,6 +219,10 @@ class LeftAndMain extends Controller { Requirements::javascript(CMS_DIR . '/javascript/LangSelector.js'); Requirements::javascript(CMS_DIR . '/javascript/TranslationTab.js'); + // navigator + Requirements::css(SAPPHIRE_DIR . '/css/SilverStripeNavigator.css'); + Requirements::javascript(SAPPHIRE_DIR . '/javascript/SilverStripeNavigator.js'); + Requirements::themedCSS('typography'); foreach (self::$extra_requirements['javascript'] as $file) { @@ -1087,6 +1091,16 @@ JS; return "cms: $cmsVersion, sapphire: $sapphireVersion"; } } + + /** + * @return array + */ + function SwitchView() { + if($page = $this->currentPage()) { + $nav = SilverStripeNavigator::get_for_record($page); + return $nav['items']; + } + } /** * The application name. Customisable by calling