Revision 9e82c54f
Added by Scott Ullrich about 20 years ago
usr/local/www/system_advanced.php | ||
---|---|---|
288 | 288 |
<td width="78%" class="vtable"> |
289 | 289 |
<select name="template"> |
290 | 290 |
<?php |
291 |
$files = return_dir_as_array("/usr/local/www/templates/");
|
|
291 |
$files = return_dir_as_array("/usr/local/www/themes/");
|
|
292 | 292 |
foreach($files as $f) { |
293 | 293 |
if($f == "CVS") continue; |
294 | 294 |
$selected = ""; |
295 |
if($f == $config['template'])
|
|
295 |
if($f == $config['theme'])
|
|
296 | 296 |
$selected = " SELECTED"; |
297 | 297 |
if($config['template'] == "" and $f == "pfsense") |
298 | 298 |
$selceted = " SELECTED"; |
Also available in: Unified diff
template -> theme