Files
bendtstudio0-static/pancake/third_party/themes/pancake/info.php
2025-11-26 13:22:58 -05:00

12 lines
476 B
PHP
Executable File

<?php defined('BASEPATH') OR exit('No direct script access allowed');
return array(
'theme_name' => 'Base Pancake Theme',
'theme_version' => '2.2',
'author' => 'Pancake Dev Team',
'author_url ' => 'http://pancakeapp.com',
'theme_notes' => 'Though this theme is easy to build on, you should duplicate it and edit your duplicated theme as this theme will evolve in each release and we cannot account for custom changes you may have made.'
);
/* End of file: info.php */