Skip to content

Commit

Permalink
Update config.html.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Feb 21, 2021
1 parent 1dd825e commit 4c1a9c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions system/admin/views/config.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
<small><em>In one paragraph, tell us more about your blog.</em></small>
</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">
<label for=language" class="col-sm-2 col-form-label">Language</label>
<div class="col-sm-10">
Expand Down Expand Up @@ -120,6 +114,12 @@
</select>
</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="col-sm-10">
<button type="submit" class="btn btn-primary">Save config</button>
Expand Down

0 comments on commit 4c1a9c4

Please sign in to comment.