Add files via upload

This commit is contained in:
Kaan88 2019-04-06 20:42:12 +03:00 committed by GitHub
parent eac4b74977
commit 80db463669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
class KeepFolderStateExtension extends Minz_Extension {
public function init() {
Minz_View::appendScript($this->getFileUrl('jquerymin.js', 'js'),'','','');
Minz_View::appendScript($this->getFileUrl('script.js', 'js'),'','','');
}
}