[ "sample app" => "Sample Application", ] ]); // Set to true to automatically parse the app title as a language string. $APPS["sample_app"]["i18n"] = TRUE; // App title. $APPS["sample_app"]["title"] = "sample app"; // App icon, from FontAwesome. $APPS["sample_app"]["icon"] = "rocket"; // App content. $APPS["sample_app"]["content"] = <<<'CONTENTEND'
Item 1
Item 2
Item 3
CONTENTEND; ?>