|
62 | 62 | <link rel="stylesheet" href="themes/{{$info->theme}}/share.button.css"> |
63 | 63 | <link rel="stylesheet" href="themes/{{$info->theme}}/brands.css"> |
64 | 64 | <link rel="stylesheet" href="themes/{{$info->theme}}/skeleton-auto.css"> |
65 | | -@if(file_exists(asset('themes/' . $info->theme . '/animations.css'))) |
| 65 | +@if(file_exists(base_path('themes/' . $info->theme . '/animations.css'))) |
66 | 66 | <link rel="stylesheet" href="<?php echo asset('themes/' . $info->theme . '/animations.css') ?>"> |
67 | 67 | @else |
68 | 68 | <link rel="stylesheet" href="{{ asset('littlelink/css/animations.css') }}"> |
|
85 | 85 | </head> |
86 | 86 | <body> |
87 | 87 |
|
| 88 | +@if($info->theme != '' and $info->theme != 'default') |
88 | 89 | <!-- Enables parallax background animations --> |
| 90 | + <div class="background-container"> |
89 | 91 | <section class="parallax-background"> |
90 | | - <div id="object1"></div> |
91 | | - <div id="object2"></div> |
92 | | - <div id="object3"></div> |
| 92 | + <div id="object1" class="object1"></div> |
| 93 | + <div id="object2" class="object2"></div> |
| 94 | + <div id="object3" class="object3"></div> |
| 95 | + <div id="object4" class="object4"></div> |
| 96 | + <div id="object5" class="object5"></div> |
| 97 | + <div id="object6" class="object6"></div> |
| 98 | + <div id="object7" class="object7"></div> |
| 99 | + <div id="object8" class="object8"></div> |
| 100 | + <div id="object9" class="object9"></div> |
| 101 | + <div id="object10" class="object10"></div> |
| 102 | + <div id="object11" class="object11"></div> |
| 103 | + <div id="object12" class="object12"></div> |
93 | 104 | </section> |
| 105 | + </div> |
94 | 106 | <!-- End of parallax background animations --> |
| 107 | +@endif |
95 | 108 |
|
96 | 109 | <?php ////begin share button//// ?> |
97 | 110 | <?php |
|
0 commit comments