[commits] [Wiki] changed: Doc/Dev/CheatSheet
Wiki Guest
wikiguest at horde.org
Sun Nov 3 07:45:31 UTC 2019
guest [95.90.223.65] Sun, 03 Nov 2019 07:45:31 +0000
Modified page: https://wiki.horde.org/Doc/Dev/CheatSheet
New Revision: 4
Change log: use variables
@@ -20,9 +20,9 @@
$GLOBALS['registry']->get('webroot', $app);
+++ App's Javascript Url
-$registry->applications['timetool']['jsuri'];
+$registry->applications[$app]['jsuri'];
Note: This is most likely not what you want. Use the template & js
loading mechanism instead
More information about the commits
mailing list