Developer Portal theme changes

Is there a way to change few changes to existing theme?

example:

  • Change message on landing page:

    • You are not authorized to access this page
    • >>can this be modified ??
  • Change Link..

    • – routes to https://xxx.yyy.com/user/me/appsbut withYou are not authorized to access this page message as the user is not logged in.
    • Is there a way to change the link so that if the user was not logged in, it could route to the some other link reference?

    Opened a case(with snapshots) ref # 1462035

Thankyou

Can we update below file and recycle or does it complicates anything ?

apigee-drupal/wwwroot/includes/common.inc

==

if (empty($return) || $return == MENU_NOT_FOUND || $return == MENU_ACCESS_DENIED)

==

@Dino-at-Google:

Any suggestions?

For point 1 its just a verbiage change and for point 2 link change.