X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=ebe08b6e9b21d726af8adc94564816a539bab101;hb=29385a0483bbcbbe940a32a49d488b1d5add15c5;hp=d77e9c93318db48f5d54adb9bd93d9bb55541c01;hpb=ccf34a2a92d80d01debd84b4b6e1f294d8f90cce;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index d77e9c9331..ebe08b6e9b 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -77,7 +78,7 @@ if ((getOutputMode() == 1) || (getConfig('css_php') == 'DIRECT')) { break; default: // Invalid mode! - debug_report_bug(sprintf("Invalid css_php value %s detected.", getConfig('css_php'))); + debug_report_bug(__FILE__, __LINE__, sprintf("Invalid css_php value %s detected.", getConfig('css_php'))); break; } // END - switch } // END - if @@ -119,7 +120,7 @@ if ((getOutputMode() == 1) || (getConfig('css_php') == 'DIRECT')) { } // Close tag - $GLOBALS['page_header'] .= $OUT . '%}" />'; + $GLOBALS['page_header'] .= $OUT . '%}{%ext,version=sql_patches%}" />'; } // [EOF]