Implemented title wrap extension
This commit is contained in:
parent
9c34981d7b
commit
407c747545
6 changed files with 713 additions and 0 deletions
7
xExtension-TitleWrap/extension.php
Normal file
7
xExtension-TitleWrap/extension.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
class TitleWrapExtension extends Minz_Extension {
|
||||
public function init() {
|
||||
Minz_View::appendStyle($this->getFileUrl('title_wrap.css', 'css'));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue