Changeset 391 for trunk/plugins
- Timestamp:
- 03/05/07 23:00:20 (21 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/altarchive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/altarchive.php
r379 r391 95 95 /* altarchiveCSS {{{ */ 96 96 public function altarchiveCSS($data) { 97 if ( $this->_settings["altarchive_showdefaultcss"]) {97 if (array_key_exists("altarchive_showdefaultcss", $this->_settings) && $this->_settings["altarchive_showdefaultcss"]) { 98 98 $output = $data."\n\t<style type=\"text/css\">\n"; 99 99 $output .= "\t\t.altarchive_month_noitems {\n";
