diff --git a/inc/header.php b/inc/header.php
index 309465f..5dc3cd3 100644
--- a/inc/header.php
+++ b/inc/header.php
@@ -49,6 +49,10 @@ function navbar($links) {
echo '';
}
+function autoversion($file) {
+ return $file . "?" . filemtime($file);
+}
+
function print_header() {
$settings = $this->page->settings;
?>
@@ -61,8 +65,8 @@ $settings = $this->page->settings;
-
-
+
+