11 lines
362 B
PHP
Raw Permalink Normal View History

2024-06-20 22:10:42 +08:00
<?php
return array(
"name" => __("Sparrow", "sparrow"),
"url" => "http://chyrplite.net/",
2025-01-13 17:56:01 +08:00
"version" => "2025.01",
2024-06-20 22:10:42 +08:00
"description" => __("An unobtrusive tumbleblog theme for Chyrp Lite.", "sparrow"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://pimley.net/"
)
);