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 %> -