This commit is contained in:
Thomas Willingham 2013-09-26 18:26:03 +01:00
parent 6519433301
commit 689cea3170

View File

@ -5,7 +5,7 @@ function writepages_widget ($who,$which){
return replace_macros(get_markup_template('write_pages.tpl'), array(
'$new' => t('New Page'),
'$newurl' => "webpages/$who",
'$edit' => t('edit'),
'$edit' => t('Edit'),
'$editurl' => "editwebpage/$who/$which"
));
}