Jump to content

add custom area and insert CMS content


johnatan_doe

Recommended Posts

Hi,

 

I`d like to make a box abova the registration area.

This can be done editing authentication.tpl file.

 

Somewhere I`ve read that the following line should be pasted to to php file that load my modified tpl file

$cms = new CMS(1, intval($cookie->id_lang));if (Validate::isLoadedObject($cms))   $smarty->assign('content', $cms->content);

in plece of 1 we need to type id of the CMS Page.

 

If so where is this php file? or maybe there is another solution?

What is the logic of looking e.g. from where this site is loading....

Edited by johnatan_doe (see edit history)
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...