new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<form method="post" class="form-horizontal" enctype="multipart/form-data">
|
||||
<div class="control-group widget-box">
|
||||
<label class="control-label">Seçili olsan Tema</label>
|
||||
|
||||
<div class="controls">
|
||||
{{settings('theme')}}<hr>
|
||||
|
||||
<select name="theme" id="" class="form-control">
|
||||
<option value="">secin...</option>
|
||||
@foreach (theme_list() as $key)
|
||||
<option value="{{$key}}" {[selected($key,settings("theme"))]}>{{$key}}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user