From 801a17627404e9152cfadf599a8f8034fe21ebc4 Mon Sep 17 00:00:00 2001 From: vrana Date: Sun, 19 Aug 2012 09:11:18 -0700 Subject: [PATCH] Link Phabricator from footer Summary: I need to visit Phabricator homepage (usually to read the docs) quite often. This is also kind of a signature. Test Plan: Clicked it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3335 --- src/view/page/PhabricatorStandardPageView.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view/page/PhabricatorStandardPageView.php b/src/view/page/PhabricatorStandardPageView.php index 194074301c..6b1ecd1f4f 100644 --- a/src/view/page/PhabricatorStandardPageView.php +++ b/src/view/page/PhabricatorStandardPageView.php @@ -472,7 +472,9 @@ final class PhabricatorStandardPageView extends AphrontPageView { $foot_links = array(); $version = PhabricatorEnv::getEnvConfig('phabricator.version'); - $foot_links[] = phutil_escape_html('Phabricator '.$version); + $foot_links[] = + 'Phabricator '. + phutil_escape_html($version); $foot_links[] = ''.