Jump to content

Wywołanie widoku modułu


ZeroTolerance

Recommended Posts

Cześć.

Mam problem z pisaniem modułu. Mianowicie w panelu administratora wszystko działa, jednakże mimo użycia:

function install(){
			if (!parent::install())
				return false;
			if (!$this->registerHook('home'))
				return false;
			return true;
		}

		function hookHome($params){
			return $this->display(__FILE__, 'popup.tpl');
		}

tpl'ka nie jest dodawana do głównej strony. Muszę to jakoś wywołać z poziomu templatki?

Pozdrawiam

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...