Newer
Older
WebMCR / upload / themes / default / theme.php
@Qexy.org Qexy.org on 3 Mar 2020 313 bytes change site url
<?php

if(!defined("MCR")){ exit("Hacking Attempt!"); }

$theme = array(
	"ThemeName" => "Default",
	"Author" => "NC22; KillerProst; Toster_tpl",
	"AuthorUrl" => "https://webmcr.ru",
	"About" => "Базовая тема, распоространяется по лицензии GPLv3",
	"Version" => "3.0"
);

?>