/** * Gets the current instance of Smarty * * @return object Smarty instance */ function sSmarty() { return Singleton::smarty(); }