mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
Improvements
This commit is contained in:
parent
e6e8a12b90
commit
c4f424ad4f
17 changed files with 33 additions and 28 deletions
|
|
@ -53,7 +53,7 @@ else {
|
|||
} ?>" value="<?php echo $oldtitle ?>"/><br><br>
|
||||
Url (optional)<br><input type="text" name="url" class="text" value="<?php echo $oldmd ?>"/><br>
|
||||
<span class="help">If the url leave empty we will use the page title.</span><br><br>
|
||||
Meta Description (optional)<br><textarea name="description" maxlength="200"><?php if (isset($p->description)) {
|
||||
Meta Description (optional)<br><textarea name="description" rows="3" cols="20"><?php if (isset($p->description)) {
|
||||
echo $p->description;
|
||||
} else {echo $olddescription;}?></textarea>
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue