Update sample app
This commit is contained in:
parent
7644a49c6f
commit
11e2c2e873
@ -2,8 +2,18 @@
|
|||||||
|
|
||||||
dieifnotloggedin();
|
dieifnotloggedin();
|
||||||
|
|
||||||
$APPS["sample_app"]["title"] = "Sample App";
|
// Additional i18n strings
|
||||||
|
addMultiLangStrings(["en_us" => [
|
||||||
|
"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";
|
$APPS["sample_app"]["icon"] = "rocket";
|
||||||
|
// App content.
|
||||||
$APPS["sample_app"]["content"] = <<<'CONTENTEND'
|
$APPS["sample_app"]["content"] = <<<'CONTENTEND'
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<div class="list-group-item">
|
<div class="list-group-item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user