diff --git a/LICENCE.txt b/LICENCE.txt index 6fab139..d3943f3 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -1,4 +1,4 @@ -All source code included in the "Flatty" Symphony Extension +All source code included in the "Flatty Admin" Symphony Extension archive is, unless otherwise specified, released under the MIT licence as follows: diff --git a/README.markdown b/README.markdown index e7f6558..c712a02 100644 --- a/README.markdown +++ b/README.markdown @@ -1,11 +1,11 @@ -# Flatty +# Flatty Admin This extension is an attempt to flat down interface elements in the Symphony CMS admin side. It comprises a .less file, for customization. ## Installation -1. Upload the `flatty` folder in this archive to your Symphony +1. Upload the `flattyadmin` folder in this archive to your Symphony 'extensions' folder. 2. Enable it by selecting the "flatty", choose Enable from the diff --git a/extension.driver.php b/extension.driver.php index a26eaa3..f906c63 100644 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,6 +1,6 @@ Page->addStylesheetToHead(URL . '/extensions/flatty/assets/flatty.css', 'screen', 1000, false); + Administration::instance()->Page->addStylesheetToHead(URL . '/extensions/flattyadmin/assets/flatty.css', 'screen', 1000, false); } } diff --git a/extension.meta.xml b/extension.meta.xml index d64aa66..277d999 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,5 +1,5 @@ - + Flatty Admin This extension is an admin flat styling built upon the existing Symphony css. Inspired by admin_css_override by Michael Eichelsdoerfer. @@ -7,7 +7,7 @@ L'estensione รจ un tema per l'admin di Symphony Cms, ispirato al lavoro di Michael Eichelsdoerfer. - https://github.com/Manaus/flatty + https://github.com/Manaus/flattyadmin http://www.getsymphony.com/discuss/thread/110128/ Interface