From 25a0fc974c6cb46ac5d7b5cf23741ec3696c6582 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Mon, 25 Feb 2013 12:56:58 +0000 Subject: Use guided form --- template/en/default/global/common-links.html.tmpl | 111 ++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 template/en/default/global/common-links.html.tmpl diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl new file mode 100644 index 0000000..ec43619 --- /dev/null +++ b/template/en/default/global/common-links.html.tmpl @@ -0,0 +1,111 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% DEFAULT qs_suffix = "" %] +[% USE Bugzilla %] + + + +[% Hook.process("link-row") %] +[% BLOCK link_to_documentation %] + [% IF doc_section && Param('docs_urlbase') %] +
  • + | + Help +
  • + [% END %] +[% END %] -- cgit v1.2.1