11 lines
352 B
PHP
11 lines
352 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("Virgula", "virgula"),
|
||
|
"url" => "http://chyrplite.net/",
|
||
|
"version" => "2024.02",
|
||
|
"description" => __("A high-contrast theme for Chyrp Lite.", "virgula"),
|
||
|
"author" => array(
|
||
|
"name" => "Daniel Pimley",
|
||
|
"url" => "http://pimley.net/"
|
||
|
)
|
||
|
);
|