leilukin-tumbleblog/themes/umbra/info.php

11 lines
348 B
PHP

<?php
return array(
"name" => __("Umbra", "umbra"),
"url" => "http://chyrplite.net/",
"version" => "2024.03",
"description" => __("A dark tumbleblog theme for Chyrp Lite.", "umbra"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://pimley.net/"
)
);