Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit ba2263a94f3f921b7e3a4b0a311adcb4c1ab6416

Contacts to the main page
  
245245define('SITE_FAQ', 'http://wiki.sugarlabs.org/go/Activity_Library/FAQ');
246246define('SITE_BLOG', 'http://planet.sugarlabs.org/');
247247define('SITE_IRC', '#sugar on chat.freenode.net');
248define('SITE_CONTACT', 'http://wiki.sugarlabs.org/go/Service/activities#Administrative_contact');
248249
249250global $SITE_RELEASE_EMAIL;
250251$SITE_RELEASE_EMAIL = array(
  
7272 <li><?=$html->link(___('About', 'footer_a_about'), SITE_ABOUT)?></li>
7373 <li><?=$html->link('<abbr title="'.___('Frequently Asked Questions', 'footer_abbr_faq').'">'.___('FAQ').'</abbr>', SITE_FAQ)?></li>
7474 <li><a href="<?=SITE_BLOG?>"><?=___('Blog')?></a></li>
75 <li><a href="<?=SITE_CONTACT?>"><?=___('Contacting Us')?></a></li>
7576 </ul>
7677 <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>
7778</div>
  
258258 <li><?=$html->link(___('About', 'footer_a_about'), SITE_ABOUT)?></li>
259259 <li><?=$html->link('<abbr title="'.___('Frequently Asked Questions', 'footer_abbr_faq').'">'.___('FAQ').'</abbr>', SITE_FAQ)?></li>
260260 <li><a href="<?=SITE_BLOG?>"><?=___('Blog')?></a></li>
261 <li><a href="<?=SITE_CONTACT?>"><?=___('Contacting Us')?></a></li>
261262 </ul>
262263
263264 <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>