return $GLOBALS[__FUNCTION__];
}
+// "Getter" for surfbar_stats_reload
+function getSurfbarStatsReload () {
+ // Is there cache?
+ if (!isset($GLOBALS[__FUNCTION__])) {
+ // Determine it
+ $GLOBALS[__FUNCTION__] = getConfig('surfbar_stats_reload');
+ } // END - if
+
+ // Return cache
+ return $GLOBALS[__FUNCTION__];
+}
+
//------------------------------------------------------------------------------
// Template helper functions
//------------------------------------------------------------------------------