@@ -22,7 +22,7 @@ |
||
| 22 | 22 | |
| 23 | 23 | public $compile_id = null; |
| 24 | 24 | |
| 25 | - public $cache_id = null; // This is a smarty caching ID, not a caches.cache_id. |
|
| 25 | + public $cache_id = null; // This is a smarty caching ID, not a caches.cache_id. |
|
| 26 | 26 | |
| 27 | 27 | public $title = ''; |
| 28 | 28 | |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | <?php |
| 155 | 155 | foreach ($opt['template']['locales'] AS $k => $lang) { |
| 156 | 156 | if ($lang['status'] == OC_LOCALE_ACTIVE) { |
| 157 | - echo '<a style="text-decoration: none;" href="'.$langUrl . $k . '"><img src="' . $lang['flag'] . |
|
| 157 | + echo '<a style="text-decoration: none;" href="' . $langUrl . $k . '"><img src="' . $lang['flag'] . |
|
| 158 | 158 | '" alt="' . $lang['name'] . '" title="' . $lang['name'] . '" width="24px" height="18px" /></a> '; |
| 159 | 159 | } |
| 160 | 160 | } |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | } |
| 186 | 186 | $nLastGroup = $tpl_usercountries[$i]['group']; |
| 187 | 187 | |
| 188 | - echo '<option value="' . htmlspecialchars($tpl_usercountries[$i]['country'], ENT_COMPAT, 'UTF-8') . '"' . (($sUserCountry==$tpl_usercountries[$i]['country']) ? ' selected="selected"' : '') . '>' . htmlspecialchars($tpl_usercountries[$i]['name'], ENT_COMPAT, 'UTF-8') . '</option>'; |
|
| 188 | + echo '<option value="' . htmlspecialchars($tpl_usercountries[$i]['country'], ENT_COMPAT, 'UTF-8') . '"' . (($sUserCountry == $tpl_usercountries[$i]['country']) ? ' selected="selected"' : '') . '>' . htmlspecialchars($tpl_usercountries[$i]['name'], ENT_COMPAT, 'UTF-8') . '</option>'; |
|
| 189 | 189 | } |
| 190 | 190 | ?> |
| 191 | 191 | </select> |
@@ -34,8 +34,7 @@ |
||
| 34 | 34 | public $cdir = []; |
| 35 | 35 | |
| 36 | 36 | /** constructor |
| 37 | - |
|
| 38 | -* |
|
| 37 | + * |
|
| 39 | 38 | *@param string $zipFile if not empty must contain path to valid zip file, ss_zip will try to open and parse it. |
| 40 | 39 | * If this parameter is empty, the new empty zip archive is created. This parameter has no meaning in |
| 41 | 40 | * LIGHT verion, please upgrade to PROfessional version. |