modified : site title made dynamic
This commit is contained in:
parent
f9ec023a68
commit
7c62ba1512
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ here you can set basic configuration of your website, you can change them later
|
|||
|
||||
<div class="field" >
|
||||
<label for="title">Website title</label>
|
||||
<input name="title" type="text" id="title" class="form-control" value="Clipbucket v2.7 Beta">
|
||||
<input name="title" type="text" id="title" class="form-control" value="ClipBucket v<?php echo VERSION.' '.STATE?>">
|
||||
<p class="grey-text font-size" style="margin-top:0px;">Its your website title and you can change it from admin area.</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue