Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-03-16 12:08:22 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-03-16 12:08:22 (GMT)
commitba2263a94f3f921b7e3a4b0a311adcb4c1ab6416 (patch)
tree26a41384fae0a60449cf62c44585dc5a4da51a85
parent3dfec841d0f091e7d859da80b543eeeed1275061 (diff)
Contacts to the main page
-rw-r--r--aslo/config.php1
-rw-r--r--site/app/views/elements/footer.thtml1
-rw-r--r--site/app/views/layouts/amo2009.thtml1
3 files changed, 3 insertions, 0 deletions
diff --git a/aslo/config.php b/aslo/config.php
index 9f7d565..6126296 100644
--- a/aslo/config.php
+++ b/aslo/config.php
@@ -245,6 +245,7 @@ define('SITE_ABOUT', 'http://wiki.sugarlabs.org/go/Activity_Library/About');
define('SITE_FAQ', 'http://wiki.sugarlabs.org/go/Activity_Library/FAQ');
define('SITE_BLOG', 'http://planet.sugarlabs.org/');
define('SITE_IRC', '#sugar on chat.freenode.net');
+define('SITE_CONTACT', 'http://wiki.sugarlabs.org/go/Service/activities#Administrative_contact');
global $SITE_RELEASE_EMAIL;
$SITE_RELEASE_EMAIL = array(
diff --git a/site/app/views/elements/footer.thtml b/site/app/views/elements/footer.thtml
index 0a7ed4d..f632388 100644
--- a/site/app/views/elements/footer.thtml
+++ b/site/app/views/elements/footer.thtml
@@ -72,6 +72,7 @@
<li><?=$html->link(___('About', 'footer_a_about'), SITE_ABOUT)?></li>
<li><?=$html->link('<abbr title="'.___('Frequently Asked Questions', 'footer_abbr_faq').'">'.___('FAQ').'</abbr>', SITE_FAQ)?></li>
<li><a href="<?=SITE_BLOG?>"><?=___('Blog')?></a></li>
+ <li><a href="<?=SITE_CONTACT?>"><?=___('Contacting Us')?></a></li>
</ul>
<p id="footer-disclaimer"><?=___('Mozilla is providing links to these applications as a courtesy, and makes no representations regarding the applications or any information related there to. Any questions, complaints or claims regarding the applications must be directed to the appropriate software vendor.')?></p>
</div>
diff --git a/site/app/views/layouts/amo2009.thtml b/site/app/views/layouts/amo2009.thtml
index deaff81..94471cb 100644
--- a/site/app/views/layouts/amo2009.thtml
+++ b/site/app/views/layouts/amo2009.thtml
@@ -258,6 +258,7 @@ try {
<li><?=$html->link(___('About', 'footer_a_about'), SITE_ABOUT)?></li>
<li><?=$html->link('<abbr title="'.___('Frequently Asked Questions', 'footer_abbr_faq').'">'.___('FAQ').'</abbr>', SITE_FAQ)?></li>
<li><a href="<?=SITE_BLOG?>"><?=___('Blog')?></a></li>
+ <li><a href="<?=SITE_CONTACT?>"><?=___('Contacting Us')?></a></li>
</ul>
<p class="disclaimer"><?=___('Mozilla is providing links to these applications as a courtesy, and makes no representations regarding the applications or any information related there to. Any questions, complaints or claims regarding the applications must be directed to the appropriate software vendor.')?></p>