Skip to content

Commit

Permalink
Merge pull request #2 from acrylian/master
Browse files Browse the repository at this point in the history
Docblock comment issue and wrong version
  • Loading branch information
gjr-osweb committed Feb 11, 2015
2 parents 462a831 + fea8254 commit 80cafbc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions zpbase/theme_description.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
/* zpBase theme_description.php
* Zenphoto theme definition file. Is used to display this information when viewing the themes in the backend.
* http://www.oswebcreations.com
================================================== */

// zpBase theme_description.php
// Zenphoto theme definition file. Is used to display this information when viewing the themes in the backend.
// http://www.oswebcreations.com
$theme_description['name'] = 'zpBase';
$theme_description['author'] = 'gjr - oswebcreations.com';
$theme_description['version'] = '0.97';
$theme_description['version'] = '1.0';
$theme_description['date'] = '4/28/14';
$theme_description['desc'] = 'A Zenphoto/Zenpage loaded "base" starter theme, responsive, ready for custom styling or great as is.';
?>

0 comments on commit 80cafbc

Please sign in to comment.