footer updates

This commit is contained in:
spez
2009-05-11 11:24:50 -07:00
parent 1e8275584e
commit 88b1dd4338
3 changed files with 7 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ menu = MenuHandler(hot = _('hot'),
store = _("store"),
ad_inq = _("advertise on reddit"),
toplinks = _("top links"),
iphone = _("iPhone app"),
#preferences
options = _('options'),

View File

@@ -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',

View File

@@ -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: