added current name as value to settings
This commit is contained in:
parent
c50c03ecf3
commit
807140c2a4
@ -15,7 +15,7 @@
|
||||
<form role="form">
|
||||
<div class="form-group">
|
||||
<label for="sitename">Site Name</label>
|
||||
<input type="text" class="form-control" id="sitename" placeholder="3 words about your mom">
|
||||
<input type="text" class="form-control" id="sitename" placeholder="3 words about your mom" value="{$site_name}">
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
|
Loading…
Reference in New Issue
Block a user