Jump to content

Include thickbox


Recommended Posts

How do I include the thickbox? I did id now this way in the authentication.tpl:

{include file=$tpl_dir./thickbox.tpl} (line 2)


{l s='Ich habe die Datenschutzbestimmung gelesen.'} {l s='(Datenschutzbestimmung lesen)'}

and in the mentions.tpl:

{if $thickbox}

{l s='Legal'}


{else}
{capture name=path}{l s='Legal'}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}

{l s='Legal'}


{/if}

and in the mentions.php:

if (Tools::getValue('thickbox'))
{
include(dirname(__FILE__).'/init.php');
$smarty->assign('thickbox', true);
}
else



But this didnt work. Any suggestions? Thank you.
Link to comment
Share on other sites

  • 3 weeks later...

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