mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
Added patch for bug 336703. Thanks Cameron.
This commit is contained in:
parent
553fe69b55
commit
4cb5f6fa55
@ -1,8 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* systemMessage function -- just a snippet
|
||||
* @todo incorporate into OO, using $db->query to pull messages (if they exist and are flagged as active)
|
||||
* @todo add db tables to SQL schema
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
#define PAGE_TYPE_FRONT_PAGE 1
|
||||
@ -13,7 +12,7 @@
|
||||
// these values can be done as a DB table so they can be controlled and edited by site admins without access to the webserver itself
|
||||
function getSystemMessageData() {
|
||||
$messageData['header'] = 'Want to get involved?';
|
||||
$messageData['text'] = 'We are looking for volunteers to help us with UMO. We are in need of PHP developers to help with redesigning the site, and people to review extensions and themes that get submitted to UMO. We especially need Mac and Thunderbird users. If you are interested in being a part of this exciting project, please send information such as your full name, timezone and experience to <a href="mailto:umo-reviewer@mozilla.org?subject=Review%20Application%20for%20[Name Here]">umo-reviewer@mozilla.org</a>. Also, please join us in #umo on irc.mozilla.org to start getting a feeling for what\'s up or for a more informal chat.';
|
||||
$messageData['text'] = 'We are looking for volunteers to help us with AMO. We are in need of PHP developers to help with redesigning the site, and people to review extensions and themes that get submitted to AMO. We especially need Mac and Thunderbird users. If you are interested in being a part of this exciting project, please send information such as your full name, timezone and experience to umo-reviewer [at] mozilla [period] org. Also, please join us in #addons on irc.mozilla.org to start getting a feeling for what\'s up or for a more informal chat.';
|
||||
$messageData['pageType'] = 1;
|
||||
|
||||
return $messageData;
|
||||
|
Loading…
Reference in New Issue
Block a user