1
0
Fork 0

Remove poke feature

This commit is contained in:
Hypolite Petovan 2022-08-09 13:21:42 -04:00
commit 4a885a13a6
27 changed files with 46 additions and 526 deletions

View file

@ -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',
'events/new',
// 'fbrowser/image/'
];
return $modalpages;