]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / inc / libs / theme_functions.php
index ef2d07b3aa8ded9b112433b37b9b0b09fb72911d..a6f61c9a37c86015b5dbd4c8d1d098cb76fe45e8 100644 (file)
@@ -122,9 +122,9 @@ function getThemeVersion ($name) {
        $cver = '?.?';
 
        // Is the cache entry there?
-       if (isset($GLOBALS['cache_array']['themes']['theme_ver'][$name])) {
+       if (isset($GLOBALS['cache_array']['themes']['theme_version'][$name])) {
                // Get the version from cache
-               $cver = $GLOBALS['cache_array']['themes']['theme_ver'][$name];
+               $cver = $GLOBALS['cache_array']['themes']['theme_version'][$name];
 
                // Count up
                incrementStatsEntry('cache_hits');