Skip to content

Commit dd250a0

Browse files
committed
Update for 2.1
1 parent d6b073a commit dd250a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

collections/_inc/inc-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
<?php zp_apply_filter('theme_head'); ?>
6161
<?php printHeadTitle(); ?>
6262
<?php if (class_exists('RSS')) printRSSHeaderLink('Gallery', gettext('Gallery RSS')); ?>
63-
<link rel="stylesheet" href="<?php echo $_zp_themeroot; ?>/styles.css?v=240505" type="text/css" />
63+
<link rel="stylesheet" href="<?php echo $_zp_themeroot; ?>/styles.css?v=240506" type="text/css" />
6464
</head>

collections/theme_description.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$theme_description['name'] = 'Collections';
33
$theme_description['author'] = 'Roland Ti - <a href="https://github.com/RolandTi/collections">GitHub</a>';
4-
$theme_description['version'] = '2.0';
5-
$theme_description['date'] = '29/04/24';
4+
$theme_description['version'] = '2.1';
5+
$theme_description['date'] = '07/05/24';
66
$theme_description['desc'] = 'Collections is a responsive theme for ZenphotoCMS.';
77
?>

0 commit comments

Comments
 (0)