PHP Classes

File: src/Theme/theme.tpl.php

Recommend this page to a friend!
  Classes of Koala Yeung   Widgetfy   src/Theme/theme.tpl.php   Download  
File: src/Theme/theme.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Widgetfy
Generate HTML to embed video content of given URL
Author: By
Last change: Update of src/Theme/theme.tpl.php
Date: 3 months ago
Size: 503 bytes
 

Contents

Class file image Download
<?php

/**
 * Template file for the default theme
 *
 * PHP Version 7.0
 *
 * @category File
 * @package Phata\Widgetfy
 * @author Koala Yeung <koalay@gmail.com>
 * @copyright 2018 Koala Yeung
 * @license http://www.gnu.org/licenses/lgpl.html LGPL License
 * @link http://github.com/Phata/Widgetfy
 */

namespace Phata\Widgetfy;

?>
<div <?php print Theme::renderBlockAttrs($embed); ?>>
    <div <?php print Theme::renderWrapperAttrs($embed); ?>><?php print $embed['html']; ?></div>
</div>