Changed title 'Homepage' to 'URL'
This commit is contained in:
@@ -46,7 +46,7 @@ if ($post_title == '' || $post_url == '') {
|
||||
<form action="<?php echo $_SERVER['SCRIPT_NAME'] . "?folderid=" . $folderid; ?>" id="bmnew" method="POST">
|
||||
<p>Title<br>
|
||||
<input type=text name="title" size="50" value="<?php echo $title; ?>"></p>
|
||||
<p>Homepage<br>
|
||||
<p>URL<br>
|
||||
<input type=text name="url" size="50" value="<?php echo $url; ?>"></p>
|
||||
<p>Description<br>
|
||||
<textarea name="description" cols="50" rows="8"><?php echo $post_description; ?></textarea></p>
|
||||
@@ -119,4 +119,4 @@ else {
|
||||
}
|
||||
}
|
||||
require_once (ABSOLUTE_PATH . "footer.php");
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user