From 6bb9386159f0d2365324104c27024f6f91eecb23 Mon Sep 17 00:00:00 2001 From: Kirk Mayo Date: Wed, 14 Aug 2013 12:18:25 +1200 Subject: [PATCH] BUG: Updating old reference of sapphire to framework --- docs/en/howto/customize-cms-tree.md | 2 +- docs/en/reference/cms-architecture.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/howto/customize-cms-tree.md b/docs/en/howto/customize-cms-tree.md index 01d26af0a..4651a59b6 100644 --- a/docs/en/howto/customize-cms-tree.md +++ b/docs/en/howto/customize-cms-tree.md @@ -4,7 +4,7 @@ The CMS tree for viewing hierarchical structures (mostly pages) is powered by the [jstree](http://jstree.com) library. It is configured through -`sapphire/admin/javascript/LeftAndMain.Tree.js`, as well as some +`framework/admin/javascript/LeftAndMain.Tree.js`, as well as some HTML5 metadata generated on its container (see the `data-hints` attribute). The tree is rendered through `[api:LeftAndMain->getSiteTreeFor()]`, diff --git a/docs/en/reference/cms-architecture.md b/docs/en/reference/cms-architecture.md index d9fb6417a..4697cd5fd 100644 --- a/docs/en/reference/cms-architecture.md +++ b/docs/en/reference/cms-architecture.md @@ -380,7 +380,7 @@ Note: You can see any additional HTTP headers through the web developer tools in The CMS tree for viewing hierarchical structures (mostly pages) is powered by the [jstree](http://jstree.com) library. It is configured through -`sapphire/admin/javascript/LeftAndMain.Tree.js`, as well as some +`framework/admin/javascript/LeftAndMain.Tree.js`, as well as some HTML5 metadata generated on its container (see the `data-hints` attribute). For more information, see the [Howto: Customize the CMS tree](../howto/customize-cms-tree).