Add files via upload
This commit is contained in:
parent
eac4b74977
commit
80db463669
6 changed files with 116 additions and 0 deletions
10
xExtension-KeepFolderState/extension.php
Normal file
10
xExtension-KeepFolderState/extension.php
Normal 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'),'','','');
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue