Changeset View
Changeset View
Standalone View
Standalone View
src/applications/phame/application/PhabricatorPhameApplication.php
| Show All 9 Lines | public function getBaseURI() { | ||||
| return '/phame/'; | return '/phame/'; | ||||
| } | } | ||||
| public function getFontIcon() { | public function getFontIcon() { | ||||
| return 'fa-star'; | return 'fa-star'; | ||||
| } | } | ||||
| public function getShortDescription() { | public function getShortDescription() { | ||||
| return 'Blog'; | return pht('Blog'); | ||||
| } | } | ||||
| public function getTitleGlyph() { | public function getTitleGlyph() { | ||||
| return "\xe2\x9c\xa9"; | return "\xe2\x9c\xa9"; | ||||
| } | } | ||||
| public function getHelpDocumentationArticles(PhabricatorUser $viewer) { | public function getHelpDocumentationArticles(PhabricatorUser $viewer) { | ||||
| return array( | return array( | ||||
| ▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines | |||||