|
10 | 10 | * |
11 | 11 | * @author Yannick Warnier <yannick.warnier@beeznest.com> |
12 | 12 | */ |
| 13 | +$style = 'psyche'; |
13 | 14 | $courses = []; |
14 | 15 | // 1 |
15 | 16 | $courses[] = [ |
|
21 | 22 | 'user_id' => 1, |
22 | 23 | 'expiration_date' => '2030-09-01 00:00:00', |
23 | 24 | 'exemplary_content' => false, |
24 | | - 'illustration_path' => __DIR__.'/images/english101s.png', |
| 25 | + 'illustration_path' => __DIR__.'/images/'.$style.'/english101s.png', |
25 | 26 | ]; |
26 | 27 | // 2 |
27 | 28 | $courses[] = [ |
|
33 | 34 | 'user_id' => 1, |
34 | 35 | 'expiration_date' => '2030-09-01 00:00:00', |
35 | 36 | 'exemplary_content' => false, |
36 | | - 'illustration_path' => __DIR__.'/images/spanish101s.png', |
| 37 | + 'illustration_path' => __DIR__.'/images/'.$style.'/spanish101s.png', |
37 | 38 | ]; |
38 | 39 | // 3 |
39 | 40 | $courses[] = [ |
|
45 | 46 | 'user_id' => 1, |
46 | 47 | 'expiration_date' => '2030-09-01 00:00:00', |
47 | 48 | 'exemplary_content' => false, |
48 | | - 'illustration_path' => __DIR__.'/images/french101s.png', |
| 49 | + 'illustration_path' => __DIR__.'/images/'.$style.'/french101s.png', |
49 | 50 | ]; |
50 | 51 | // 4 |
51 | 52 | $courses[] = [ |
|
57 | 58 | 'user_id' => 1, |
58 | 59 | 'expiration_date' => '2030-09-01 00:00:00', |
59 | 60 | 'exemplary_content' => false, |
60 | | - 'illustration_path' => __DIR__.'/images/arabic101s.png', |
| 61 | + 'illustration_path' => __DIR__.'/images/'.$style.'/arabic101s.png', |
61 | 62 | ]; |
62 | 63 | // 5 |
63 | 64 | $courses[] = [ |
|
69 | 70 | 'user_id' => 1, |
70 | 71 | 'expiration_date' => '2030-09-01 00:00:00', |
71 | 72 | 'exemplary_content' => false, |
72 | | - 'illustration_path' => __DIR__.'/images/solarsystems.png', |
| 73 | + 'illustration_path' => __DIR__.'/images/'.$style.'/solarsystems.png', |
73 | 74 | ]; |
74 | 75 | // 6 |
75 | 76 | $courses[] = [ |
|
81 | 82 | 'user_id' => 1, |
82 | 83 | 'expiration_date' => '2030-09-01 00:00:00', |
83 | 84 | 'exemplary_content' => false, |
84 | | - 'illustration_path' => __DIR__.'/images/marnavigations.png', |
| 85 | + 'illustration_path' => __DIR__.'/images/'.$style.'/marnavigations.png', |
85 | 86 | ]; |
86 | 87 | // 7 |
87 | 88 | $courses[] = [ |
|
93 | 94 | 'user_id' => 1, |
94 | 95 | 'expiration_date' => '2030-09-01 00:00:00', |
95 | 96 | 'exemplary_content' => false, |
96 | | - 'illustration_path' => __DIR__.'/images/natgeos.png', |
| 97 | + 'illustration_path' => __DIR__.'/images/'.$style.'/natgeos.png', |
97 | 98 | ]; |
98 | 99 | // 8 |
99 | 100 | $courses[] = [ |
|
105 | 106 | 'user_id' => 1, |
106 | 107 | 'expiration_date' => '2030-09-01 00:00:00', |
107 | 108 | 'exemplary_content' => false, |
108 | | - 'illustration_path' => __DIR__.'/images/japanese101s.png', |
| 109 | + 'illustration_path' => __DIR__.'/images/'.$style.'/japanese101s.png', |
109 | 110 | ]; |
110 | 111 | // 9 |
111 | 112 | $courses[] = [ |
|
117 | 118 | 'user_id' => 1, |
118 | 119 | 'expiration_date' => '2030-09-01 00:00:00', |
119 | 120 | 'exemplary_content' => false, |
120 | | - 'illustration_path' => __DIR__.'/images/timemgmts.png', |
| 121 | + 'illustration_path' => __DIR__.'/images/'.$style.'/timemgmts.png', |
121 | 122 | ]; |
122 | 123 | // 10 |
123 | 124 | $courses[] = [ |
|
129 | 130 | 'user_id' => 1, |
130 | 131 | 'expiration_date' => '2030-09-01 00:00:00', |
131 | 132 | 'exemplary_content' => false, |
132 | | - 'illustration_path' => __DIR__.'/images/hebrew101s.png', |
| 133 | + 'illustration_path' => __DIR__.'/images/'.$style.'/hebrew101s.png', |
133 | 134 | ]; |
134 | 135 | // 11 |
135 | 136 | $courses[] = [ |
|
141 | 142 | 'user_id' => 1, |
142 | 143 | 'expiration_date' => '2030-09-01 00:00:00', |
143 | 144 | 'exemplary_content' => false, |
144 | | - 'illustration_path' => __DIR__.'/images/chinese101s.png', |
| 145 | + 'illustration_path' => __DIR__.'/images/'.$style.'/chinese101s.png', |
145 | 146 | ]; |
146 | 147 | // 12 |
147 | 148 | $courses[] = [ |
|
153 | 154 | 'user_id' => 1, |
154 | 155 | 'expiration_date' => '2030-09-01 00:00:00', |
155 | 156 | 'exemplary_content' => false, |
156 | | - 'illustration_path' => __DIR__.'/images/myanmar101s.png', |
| 157 | + 'illustration_path' => __DIR__.'/images/'.$style.'/myanmar101s.png', |
157 | 158 | ]; |
0 commit comments