CC-6078: Help page updates

Added a 'File a Support Ticket' link
This commit is contained in:
drigato 2015-08-28 12:18:44 -04:00
parent f597ee075e
commit c4cb856283
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,7 @@ define('USER_MANUAL_URL' , 'http://sourcefabric.booktype.pro/airtime-
define('ABOUT_AIRTIME_URL' , 'https://www.airtime.pro/support/');
define('AIRTIME_TRANSIFEX_URL' , 'https://www.transifex.com/projects/p/airtime/');
define('WHMCS_PASSWORD_RESET_URL' , 'https://account.sourcefabric.com/pwreset.php');
define('SUPPORT_TICKET_URL' , 'https://sourcefabricberlin.zendesk.com/hc/en-us/requests/new');
define('LICENSE_VERSION' , 'GNU AGPL v.3');
define('LICENSE_URL' , 'http://www.gnu.org/licenses/agpl-3.0-standalone.html');

View file

@ -163,6 +163,11 @@ $pages = array(
'uri' => USER_MANUAL_URL,
'target' => "_blank"
),
array(
'label' => _('File a Support Ticket'),
'uri' => SUPPORT_TICKET_URL,
'target' => "_blank"
),
array(
'label' => _(sprintf("Help Translate %s", PRODUCT_NAME)),
'uri' => AIRTIME_TRANSIFEX_URL,