Newer
Older
WebMCR / upload / themes / default / theme.php
@Qexy Qexy on 3 May 2015 312 bytes WebMCR_Reloaded_Alpha_v1.0.0
<?php

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

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

?>