]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/frio_boot.php
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / php / frio_boot.php
index 68c6cd691172944cb8f06bb5a97b9c4cea0b8fd7..2bc6dbe87c6289492651cc25ec7a91ecbcfac134 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -68,20 +68,20 @@ function is_modal() {
 }
 
 /**
- * Array with modalpages
+ * Array with modal pages
  *
  * The array contains the page names of the pages
  * which should displayed as modals
  *
- * @return array Pagenames as path
+ * @return array Page names as path
  */
 function get_modalpage_list() {
-       //Arry of pages wich getting bootstrap modal dialogs
-       $modalpages = ['poke/',
-                       'message/new',
-                       'settings/oauth/add',
-                       'events/new',
-//                     'fbrowser/image/'
+       //Array of pages which getting bootstrap modal dialogs
+       $modalpages = [
+               'message/new',
+               'settings/oauth/add',
+               'calendar/event/new',
+//             'fbrowser/image/'
        ];
 
        return $modalpages;