Corrected year

This commit is contained in:
Said Achmiz 2022-03-04 23:19:22 -05:00
parent b2199f9862
commit b42cdc671c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
https://www.pmwiki.org/wiki/Skins/Papyrus https://www.pmwiki.org/wiki/Skins/Papyrus
Version: 2021-03-04 Version: 2022-03-04
*/ */
/*************/ /*************/

View File

@ -7,7 +7,7 @@
global $FmtPV; global $FmtPV;
$FmtPV['$SkinName'] = '"Papyrus"'; $FmtPV['$SkinName'] = '"Papyrus"';
$FmtPV['$SkinVersion'] = '"2021-03-04"'; $FmtPV['$SkinVersion'] = '"2022-03-04"';
## Append the modification time to the URL as a GET parameter; this should be ignored ## 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 ## by the web server, but is seen as part of the unique URL of the remote resource by