$output.=form_textfield("Navigation link header","link",$node->link,60,64,"To make the page show up on the navigation links enter the name of the link, otherwise leave blank.");
$output.=form_textfield("Navigation link header","link",$node->link,60,64,"To make the page show up on the navigation links enter the name of the link, otherwise leave blank.");
@@ -1535,7 +1535,7 @@ function user_admin_role($edit = array()) {
}
functionuser_admin_edit($edit=array()){
global$op,$id,$themes;
global$op,$id;
if($account=user_load(array("uid"=>$id))){
...
...
@@ -1617,7 +1617,7 @@ function user_admin_edit($edit = array()) {
$output.=form_textfield(t("Homepage"),"homepage",$account->homepage,30,55,t("Optional").". ".t("Make sure you enter a fully qualified URL: remember to include \"http://\"."));
$output.=form_item(t("Theme"),"<select name=\"edit[theme]\">$options</select>",t("Selecting a different theme will change the look and feel of the site."));
for($zone=-43200;$zone<=46800;$zone+=3600)$zones[$zone]=date("l, F dS, Y - h:i A",time()-date("Z")+$zone)." (GMT ".$zone/3600.")";
...
...
@@ -1677,7 +1677,7 @@ function admin_access_init() {
@@ -1535,7 +1535,7 @@ function user_admin_role($edit = array()) {
}
functionuser_admin_edit($edit=array()){
global$op,$id,$themes;
global$op,$id;
if($account=user_load(array("uid"=>$id))){
...
...
@@ -1617,7 +1617,7 @@ function user_admin_edit($edit = array()) {
$output.=form_textfield(t("Homepage"),"homepage",$account->homepage,30,55,t("Optional").". ".t("Make sure you enter a fully qualified URL: remember to include \"http://\"."));
$output.=form_item(t("Theme"),"<select name=\"edit[theme]\">$options</select>",t("Selecting a different theme will change the look and feel of the site."));
for($zone=-43200;$zone<=46800;$zone+=3600)$zones[$zone]=date("l, F dS, Y - h:i A",time()-date("Z")+$zone)." (GMT ".$zone/3600.")";
...
...
@@ -1677,7 +1677,7 @@ function admin_access_init() {