PHP Classes

File: themes/wap/default/index.tpl

Recommend this page to a friend!
  Classes of Michael Collado   Phritz MVC framework   themes/wap/default/index.tpl   Download  
File: themes/wap/default/index.tpl
Role: Auxiliary data
Content type: text/plain
Description: Theme definition for example module
Class: Phritz MVC framework
Browser device independent MVC framework
Author: By
Last change:
Date: 17 years ago
Size: 518 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" encoding="iso-8859-1" doctype-public="-//WAPFORUM//DTD WML 1.1//EN" doctype-system="http://www.wapforum.org/DTD/wml_1.1.xml" /> <xsl:template match="/"> <wml> <card> <h1><img src="{concat($PHRITZ_URL,'/themes/wap/default/images/phritz_logo.wbmp')}" /></h1> <xsl:copy-of select="/ROOT/CONTENT/*" /> </card> </wml> </xsl:template> </xsl:stylesheet>