Exemplo n.º 1
0
/**
 * Gets the current instance of Smarty
 *
 * @return object Smarty instance
 */
function sSmarty()
{
    return Singleton::smarty();
}