removed un-editable static/styles.css
This commit is contained in:
parent
efc6c31b5c
commit
dbb88a7299
3 changed files with 1 additions and 6 deletions
|
|
@ -6,5 +6,5 @@ To use it, upload this directory in your `./extensions` directory and enable it
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- 0.2 added file permission check and german translation
|
- 0.2 added file permission check, added german translation, removed un-editable file static/style.css
|
||||||
- 0.1 initial version
|
- 0.1 initial version
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
class CustomCSSExtension extends Minz_Extension {
|
class CustomCSSExtension extends Minz_Extension {
|
||||||
public function init() {
|
public function init() {
|
||||||
$this->registerTranslates();
|
$this->registerTranslates();
|
||||||
Minz_View::appendStyle($this->getFileUrl('style.css', 'css'));
|
|
||||||
|
|
||||||
$current_user = Minz_Session::param('currentUser');
|
$current_user = Minz_Session::param('currentUser');
|
||||||
$filename = 'style.' . $current_user . '.css';
|
$filename = 'style.' . $current_user . '.css';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
textarea#css-rules {
|
|
||||||
width: 500px;
|
|
||||||
height: 500px;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue