Non-translatable string plus feature enabled check
This commit is contained in:
@@ -65,7 +65,8 @@ $r = q("select * from item_id where uid = %d and service = 'WEBPAGE'",
|
||||
|
||||
// This isn't pretty, but it works. Until I figure out what to do with the UI, it's Good Enough(TM).
|
||||
return $o . replace_macros(get_markup_template("webpagelist.tpl"), array(
|
||||
'$pages' => $pages
|
||||
'$editlink' => t('Edit'),
|
||||
'$pages' => $pages,
|
||||
));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user