Alexey Boroda
/
openeurope
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
96689a9f77d904106707a50c047eba81f5729ec2
Authored by
Anastasia
2018-05-08 17:20:45 +0300
1 parent
4efba256
- gallery
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/assets/GalleryAsset.php
Inline
Side-by-side
frontend/assets/GalleryAsset.php
Wrap text
Show/Hide comments
View file @
96689a9
...
...
@@ -15,7 +15,9 @@
15
15
public $basePath = '@webroot';
16
16
public $baseUrl = '@web';
17
17
public $css = [
18
- 'css/photoswipe.css'
18
+ 'css/photoswipe.css',
19
+ '/css/default-skin.css',
20
+ '/css/animate.css'
19
21
];
20
22
public $js = [
21
23
'js/photoswipe.min.js',
...
...