modified : site title made dynamic

This commit is contained in:
Fahad Abbas 2015-07-03 10:21:55 +00:00
parent f9ec023a68
commit 7c62ba1512

View file

@ -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>