leilukin-tumbleblog/themes/blossom/info.php

11 lines
358 B
PHP

<?php
return array(
"name" => __("Blossom", "blossom"),
"url" => "http://chyrplite.net/",
"version" => "2024.03",
"description" => __("The default theme provided with Chyrp Lite.", "blossom"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://pimley.net/"
)
);