From 59ea8ced6cac61b496d6ed98d08086044f9364c3 Mon Sep 17 00:00:00 2001 From: achmizs Date: Mon, 28 Jan 2019 19:40:06 +0000 Subject: [PATCH] Set and page variables --- papyrus.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/papyrus.php b/papyrus.php index 8d53c60..5f037e8 100644 --- a/papyrus.php +++ b/papyrus.php @@ -19,14 +19,17 @@ * ReadMe.txt (instructions & info) */ -$filepath = "$SkinDir/papyrus.css"; -$path = "$SkinDirUrl/papyrus.css"; +global $FmtPV; +$FmtPV['$SkinName'] = '"Papyrus"'; +$FmtPV['$SkinVersion'] = '"2019-01-28-2"'; ## Append the modification time to the URL as a GET parameter; this should be ignored ## by the web server, but is seen as part of the unique URL of the remote resource by ## the browser; when it changes (because the attachment has been modified), the ## browser will see that it doesn’t have a cached version of the resource under the ## new URL, and will retrieve the updated version. +$filepath = "$SkinDir/papyrus.css"; +$path = "$SkinDirUrl/papyrus.css"; $versioned_path = $path . "?v=" . filemtime($filepath); global $VersionedAssetsReattachFileExtension;