Typo
This commit is contained in:
parent
6519433301
commit
689cea3170
@ -5,7 +5,7 @@ function writepages_widget ($who,$which){
|
|||||||
return replace_macros(get_markup_template('write_pages.tpl'), array(
|
return replace_macros(get_markup_template('write_pages.tpl'), array(
|
||||||
'$new' => t('New Page'),
|
'$new' => t('New Page'),
|
||||||
'$newurl' => "webpages/$who",
|
'$newurl' => "webpages/$who",
|
||||||
'$edit' => t('edit'),
|
'$edit' => t('Edit'),
|
||||||
'$editurl' => "editwebpage/$who/$which"
|
'$editurl' => "editwebpage/$who/$which"
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user