Remove poke feature
This commit is contained in:
parent
119da8b58b
commit
4a885a13a6
27 changed files with 46 additions and 526 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue