Jump to content

different tpl in different hooks


alfredopacino

Recommended Posts

i tried that for showing the facebook module in the footer with a different tpl.

public function hookFooter($params)
	{
		return $this->display(__FILE__, 'blockfacebook-footer.tpl', $this->getCacheId();
	}

I already tried something like that in the past, but now doesnt work, what am i doing wrong?

the directory template/modules/blockfacebook contains only blockfacebook.php and blockfacebook-footer.tpl

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...