-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from acrylian/master
Docblock comment issue and wrong version
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.'; | ||
?> |