From 3b29bf9a2f9e95a03753f063bbe170e7081c6c99 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 15 Jul 2010 16:45:06 +0000 Subject: Converting spaces to tabs without the stray t. git-svn-id: http://code.elgg.org/elgg/trunk@6714 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/new.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'mod/pages/new.php') diff --git a/mod/pages/new.php b/mod/pages/new.php index 7cf46d1c3..b47d91164 100644 --- a/mod/pages/new.php +++ b/mod/pages/new.php @@ -25,15 +25,15 @@ //if it is a sub page, provide a link back to parent if(get_input('parent_guid')){ - t$parent = get_entity(get_input('parent_guid')); - t - t// Breadcrumbs - t$area2 .= elgg_view('pages/breadcrumbs', array('page_owner' => $page_owner, 'parent' => $parent, 'add' => true)); -t} -t -tglobal $CONFIG; + $parent = get_entity(get_input('parent_guid')); + + // Breadcrumbs + $area2 .= elgg_view('pages/breadcrumbs', array('page_owner' => $page_owner, 'parent' => $parent, 'add' => true)); + } + + global $CONFIG; add_submenu_item(sprintf(elgg_echo("pages:user"), page_owner_entity()->name), $CONFIG->url . "pg/pages/owned/" . page_owner_entity()->username, 'pageslinksgeneral'); -t + $title = elgg_echo("pages:new"); $area2 .= elgg_view_title($title); $area2 .= elgg_view("forms/pages/edit"); -- cgit v1.2.3