Smutty


Smutty.Smutty_Template

Class Smutty_Template

Smarty
|
+--Smutty_Template

public class Smutty_Template
extends Smarty

this is Smutty's customized subclass of a smarty template

/


Constructor Summary

Smutty_Template()

contructor.

Method Summary
nothing

depend(String type, String name)

this function loads another smarty plugin, specified by type (function/modifier/etc...) and name.

nothing

display(String file)

displays a template.

Constructor Detail

Smutty_Template

public Smutty_Template()

contructor. sets up our customised version of the smarty template.


Method Detail

depend

public nothing depend(String type, String name)

this function loads another smarty plugin, specified by type (function/modifier/etc...) and name.

Parameters:
type - the plugin type
name - the plugin name
Go to code

display

public nothing display(String file)

displays a template.

Parameters:
file - template file
Go to code

Smutty