PHP Classes

File: Application/Theme/Frontend/Default/Layout/Widget.tpl

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Theme/Frontend/Default/Layout/Widget.tpl   Download  
File: Application/Theme/Frontend/Default/Layout/Widget.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 214 bytes
 

Contents

Class file image Download
{% block content %} <div id="widget-{{wid}}" class="widget"> {% if sTitle %} <div class="title">{{ sTitle|raw }}</div> {% endif %} <div class="content">{{ sContent|raw }}</div> </div> {% endblock %}