Gruß,
Fabian
Code: Alles auswählen
            $vars = array(
                'DATES'        =>    implode("\n\n", $_dates),
                'DATES_BBC'    =>    '[list]' . implode("\n", $_dates_bbc) . '[/list]',
                'NOTIFY_DAYS'    =>    $_user->notify_days,
                'NOTIFY_DAY'    =>    $day->get_format($_user->day_format)
            ); Code: Alles auswählen
            $vars = array(
                'DATES'        =>    implode("\n\n", $_dates),
                'DATES_BBC'    =>    '[list]' . implode("\n", $_dates_bbc) . '[/list]',
                'NOTIFY_DAYS'    =>    $_notify_days,
                'NOTIFY_DAY'    =>    $day->get_format($_user->day_format)
            ); Code: Alles auswählen
<!-- IF SCRIPT_NAME != 'calendar' -->
      <!-- SIMPLE CALENDAR START -->
      <div class="inner bg1 post" style="width: 45%; position: relative; margin: 0 auto;"><span class="corners-top"><span></span></span>
      <!-- INCLUDE calendar/dates_list_module.html -->
      <span class="corners-bottom"><span></span></span></div>
      <!-- SIMPLE CALENDAR END -->
   <!-- ENDIF -->
Code: Alles auswählen
<!-- IF SCRIPT_NAME != 'calendar' and SCRIPT_NAME != 'index'-->
      <!-- SIMPLE CALENDAR START -->
      <div class="inner bg1 post" style="width: 45%; position: relative; margin: 0 auto;"><span class="corners-top"><span></span></span>
      <!-- INCLUDE calendar/dates_list_module.html -->
      <span class="corners-bottom"><span></span></span></div>
      <!-- SIMPLE CALENDAR END -->
   <!-- ENDIF -->
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string given
[phpBB Debug] PHP Notice: in file /umil/umil.php on line 558: call_user_func_array() expects parameter 2 to be array, string givenCode: Alles auswählen
        'cache_purge'    => array('template', 'theme', 'auth', ''), Code: Alles auswählen
        'cache_purge'    => array(array('template'), array('theme'), array('auth'), array('')),