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

15 lines
191 B
PHP
Raw Normal View History

2015-04-01 15:06:42 +00:00
<?php
/*
* Template Engine Wrapper
*/
namespace Sakura;
class Templates {
// Engine container and template options
public static $_ENG;
public static $_CFG;
}