my bad
This commit is contained in:
parent
bac2dcd46a
commit
879ac35952
@ -1262,7 +1262,7 @@ function render_location_default($item) {
|
||||
|
||||
function prepare_page($item) {
|
||||
|
||||
$naked = ((pconfig($item['uid'],'system','nakedpage')) ? 1 : 0);
|
||||
$naked = ((get_pconfig($item['uid'],'system','nakedpage')) ? 1 : 0);
|
||||
|
||||
return replace_macros(get_markup_template('page_display.tpl'),array(
|
||||
'$author' => (($naked) ? '' : $item['author']['xchan_name']),
|
||||
|
Reference in New Issue
Block a user