8 lines
321 B
PHP
8 lines
321 B
PHP
<?php
|
|
// Zenphoto theme definition file
|
|
$theme_description['name'] = 'Photoblog2';
|
|
$theme_description['author'] = '<a href="http://clicclac.info" target="_blank">Bruno Pesenti</a>';
|
|
$theme_description['version'] = '1.0';
|
|
$theme_description['date'] = '30/05/2011';
|
|
$theme_description['desc'] = 'Zenphoto Theme.';
|
|
?>
|