This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/components/Templates.php
2015-04-01 17:06:42 +02:00

15 lines
191 B
PHP

<?php
/*
* Template Engine Wrapper
*/
namespace Sakura;
class Templates {
// Engine container and template options
public static $_ENG;
public static $_CFG;
}