Browse Source

Update config.html.php

pull/436/head
danpros 4 years ago
parent
commit
4c1a9c400a
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      system/admin/views/config.html.php

+ 6
- 6
system/admin/views/config.html.php View File

@ -39,12 +39,6 @@
<small><em>In one paragraph, tell us more about your blog.</em></small> <small><em>In one paragraph, tell us more about your blog.</em></small>
</div> </div>
</div> </div>
<div class="form-group row">
<label for="blog.copyright" class="col-sm-2 col-form-label">Copyright</label>
<div class="col-sm-10">
<input type="text" name="-config-blog.copyright" class="form-control" id="blog.copyright" value="<?php echo valueMaker(config('blog.copyright'));?>" placeholder="(c) Your name.">
</div>
</div>
<div class="form-group row"> <div class="form-group row">
<label for=language" class="col-sm-2 col-form-label">Language</label> <label for=language" class="col-sm-2 col-form-label">Language</label>
<div class="col-sm-10"> <div class="col-sm-10">
@ -120,6 +114,12 @@
</select> </select>
</div> </div>
</div> </div>
<div class="form-group row">
<label for="blog.copyright" class="col-sm-2 col-form-label">Copyright line</label>
<div class="col-sm-10">
<input type="text" name="-config-blog.copyright" class="form-control" id="blog.copyright" value="<?php echo valueMaker(config('blog.copyright'));?>" placeholder="(c) Your name.">
</div>
</div>
<div class="form-group row"> <div class="form-group row">
<div class="col-sm-10"> <div class="col-sm-10">
<button type="submit" class="btn btn-primary">Save config</button> <button type="submit" class="btn btn-primary">Save config</button>


Loading…
Cancel
Save