-
- Downloads
Remove WDN references and other layout cleanup
parent
d42217c2
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 54 additions, 53 deletionscomposer.lock
- less/main.less 30 additions, 33 deletionsless/main.less
- public/css/main.css 1 addition, 1 deletionpublic/css/main.css
- src/Controllers/LockupsController.php 14 additions, 4 deletionssrc/Controllers/LockupsController.php
- src/Models/Lockup.php 12 additions, 7 deletionssrc/Models/Lockup.php
- src/Views/download_lockup_files.php 3 additions, 3 deletionssrc/Views/download_lockup_files.php
- src/Views/home.php 4 additions, 4 deletionssrc/Views/home.php
- src/Views/lockup_library.php 5 additions, 4 deletionssrc/Views/lockup_library.php
- src/Views/main_template.php 0 additions, 3 deletionssrc/Views/main_template.php
- src/Views/manage_lockups.php 25 additions, 25 deletionssrc/Views/manage_lockups.php
- src/Views/new_lockup.php 17 additions, 8 deletionssrc/Views/new_lockup.php
- src/Views/preview_lockup.php 16 additions, 10 deletionssrc/Views/preview_lockup.php
- src/Views/regenerate.php 3 additions, 3 deletionssrc/Views/regenerate.php
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
"tedivm/stash": "0.12.*", | "tedivm/stash": "0.12.*", | ||
"unl/php-wdn-templates": "^5.3", | "unl/php-wdn-templates": "^5.3", | ||
"unl/unl_cache_lite": "0.1.*", | "unl/unl_cache_lite": "0.1.*", | ||
"php-activerecord/php-activerecord": "^1.1", | "unl/php-activerecord": "dev-master", | ||
"altorouter/altorouter": "1.1.0", | "altorouter/altorouter": "1.1.0", | ||
"phpmailer/phpmailer": "^5.2" | "phpmailer/phpmailer": "^5.2" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment