mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
footer updates
This commit is contained in:
@@ -99,6 +99,7 @@ menu = MenuHandler(hot = _('hot'),
|
||||
store = _("store"),
|
||||
ad_inq = _("advertise on reddit"),
|
||||
toplinks = _("top links"),
|
||||
iphone = _("iPhone app"),
|
||||
|
||||
#preferences
|
||||
options = _('options'),
|
||||
|
||||
@@ -206,7 +206,8 @@ class Reddit(Wrapped):
|
||||
NamedButton("buttons", True),
|
||||
NamedButton("code", False, nocname=True),
|
||||
NamedButton("socialite", False),
|
||||
NamedButton("widget", True)],
|
||||
NamedButton("widget", True),
|
||||
NamedButton("iphone", False),],
|
||||
title = 'reddit tools', type = 'flat_vert',
|
||||
separator = ''),
|
||||
|
||||
@@ -229,7 +230,9 @@ class Reddit(Wrapped):
|
||||
OffsiteButton('redditGadgetGuide',
|
||||
"http://www.redditgadgetguide.com"),
|
||||
OffsiteButton('WeHeartGossip',
|
||||
"http://www.weheartgossip.com")],
|
||||
"http://www.weheartgossip.com"),
|
||||
OffsiteButton('idealistNews',
|
||||
"http://www.idealistnews.com"),],
|
||||
title = 'brothers', type = 'flat_vert',
|
||||
separator = ''),
|
||||
NavMenu([OffsiteButton('Wired.com',
|
||||
@@ -238,9 +241,6 @@ class Reddit(Wrapped):
|
||||
"http://www.arstechnica.com"),
|
||||
OffsiteButton('Style.com',
|
||||
"http://www.style.com"),
|
||||
OffsiteButton('Portfolio.com',
|
||||
"http://www.portfolio.com",
|
||||
css_class="line-through"),
|
||||
OffsiteButton('Epicurious.com',
|
||||
"http://www.epicurious.com"),
|
||||
OffsiteButton('Concierge.com',
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
<p class="bottommenu">
|
||||
${text_with_links(_("Use of this site constitutes acceptance of our %(user_agreement)s and %(privacy_policy)s"), nocname=True, user_agreement= (_("User Agreement {Genitive}"), "http://reddit.com/help/useragreement"), privacy_policy = (_("Privacy Policy {Genitive}"), "http://reddit.com/help/privacypolicy"))}.
|
||||
${_("(c) %(year)d CondeNet, Inc. All rights reserved.") % \
|
||||
${_("(c) %(year)d Conde Nast Digital. All rights reserved.") % \
|
||||
dict(year=datetime.datetime.now().timetuple()[0])}
|
||||
</p>
|
||||
%if g.tracker_url and thing.site_tracking:
|
||||
|
||||
Reference in New Issue
Block a user