From ef0cd7b4283786b8eb233510c0b141e10e482070 Mon Sep 17 00:00:00 2001 From: kentvv Date: Mon, 8 Oct 2012 13:11:33 +1300 Subject: [PATCH] Update docs/en/howto/extend-cms-interface.md Minor changes to file links. --- docs/en/howto/extend-cms-interface.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/howto/extend-cms-interface.md b/docs/en/howto/extend-cms-interface.md index b074d1ead..c48059dcb 100644 --- a/docs/en/howto/extend-cms-interface.md +++ b/docs/en/howto/extend-cms-interface.md @@ -62,7 +62,7 @@ allows us to build complex layouts with minimal JavaScript configuration. ## Include custom CSS in the CMS In order to show the links in one line, we'll add some CSS, and get it to load with the CMS interface. -Paste the following content into a new file called `zzz_mysite/css/BookmarkedPages.css`: +Paste the following content into a new file called `zzz_admin/css/BookmarkedPages.css`: :::css .cms-bottom-bar {height: 20px; padding: 5px; background: #C6D7DF;} @@ -74,7 +74,7 @@ Load the new CSS file into the CMS, by adding the following line to `zzz_admin/_ :::php <% loop BookmarkedPages %> -
  • Edit "$Title"
  • +
  • Edit "$Title"
  • <% end_loop %>