Changeset 391 for trunk/plugins

Show
Ignore:
Timestamp:
03/05/07 23:00:20 (21 months ago)
Author:
michiel
Message:

make stuff work in development mode.
Re #125

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/altarchive.php

    r379 r391  
    9595        /* altarchiveCSS {{{ */ 
    9696        public function altarchiveCSS($data) { 
    97                 if ($this->_settings["altarchive_showdefaultcss"]) { 
     97                if (array_key_exists("altarchive_showdefaultcss", $this->_settings) && $this->_settings["altarchive_showdefaultcss"]) { 
    9898                        $output  = $data."\n\t<style type=\"text/css\">\n"; 
    9999                        $output .= "\t\t.altarchive_month_noitems {\n";