Implemented title wrap extension

This commit is contained in:
Joris Kinable 2019-08-13 16:22:55 +02:00
parent 9c34981d7b
commit 407c747545
6 changed files with 713 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?php
class TitleWrapExtension extends Minz_Extension {
public function init() {
Minz_View::appendStyle($this->getFileUrl('title_wrap.css', 'css'));
}
}