<?php
class TplInfo {
public static $name = 'yundong-110118-a7';
    public static $description = 'A Simple Company Style Template';
    public static $author = 'leo';
    public static $email = 'iemz@163.com';
    public static $positions = array(
        'logo', 'nav', 'cart', 'banner', 'left', 'right','user1', 'footer'
    );
}
?>