]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / inc / stylesheet.php
index 3c16a1335914e3a281c4d35e8b2e5e21ef807308..d7e03ce3f389a29f05926602a9fbf1a421c0dcc9 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Style-Sheets werden hier abgelegt                *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -120,12 +115,13 @@ if ((isCssOutputMode()) || (getCssPhp() == 'DIRECT')) {
 } else {
        // Now we load all CSS files from css.php!
        $OUT = '<link rel="stylesheet" type="text/css" href="{%url=css.php';
+
        if ((isInstaller())) {
                // Default theme first
                $OUT .= '?theme=' . getCurrentTheme() . '&amp;installing=1';
        } else {
-               // Add SVN revision to bypass caching problems
-               $OUT .= '?rev=' . getCurrentRepositoryRevision();
+               // Add version + a number to bypass caching problems
+               $OUT .= '?ver={?FULL_VERSION?}&amp;cb={?CACHE_BUSTER?}';
        }
 
        // Close tag