Skip to content

Commit

Permalink
Removed dash from repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Manaus committed Jan 9, 2016
1 parent f2645a7 commit 4df5be6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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:

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions extension.driver.php
@@ -1,6 +1,6 @@
<?php

Class extension_flatty extends Extension{
Class extension_flattyadmin extends Extension{

public function getSubscribedDelegates(){
return array(
Expand All @@ -17,7 +17,7 @@ public function getSubscribedDelegates(){
-------------------------------------------------------------------------*/

public function appendAssets() {
Administration::instance()->Page->addStylesheetToHead(URL . '/extensions/flatty/assets/flatty.css', 'screen', 1000, false);
Administration::instance()->Page->addStylesheetToHead(URL . '/extensions/flattyadmin/assets/flatty.css', 'screen', 1000, false);
}

}
4 changes: 2 additions & 2 deletions extension.meta.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="flatty-admin" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<extension id="flattyadmin" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Flatty Admin</name>
<description>This extension is an admin flat styling built upon the existing Symphony css.
Inspired by admin_css_override by Michael Eichelsdoerfer.
</description>
<description lang="it">
L'estensione è un tema per l'admin di Symphony Cms, ispirato al lavoro di Michael Eichelsdoerfer.
</description>
<repo type="github">https://github.com/Manaus/flatty</repo>
<repo type="github">https://github.com/Manaus/flattyadmin</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/110128/</url>
<types>
<type>Interface</type>
Expand Down

0 comments on commit 4df5be6

Please sign in to comment.