Jump to content

[SOLVED] Error with create new account button


degga

Recommended Posts

Hello to everybody!
 
I'm very sorry to disturb you with my trouble ... I'm having a problem with the CREATE NEW ACCOUNT button.
 
I need to hide the footer before that the customers are logged, but when I hide the footer the button doesn't work...
 
I hide the footer with {if $logged}.
 
Why?
 
Thank you for your time.
 
Best regards.

 

 

Edited by degga (see edit history)
Link to comment
Share on other sites

Ooooook! I SOLVED the problem inserting the condition IF just before the Footer's Hook.

In this way :

 

 {if $logged}
 
{if isset($HOOK_FOOTER)}
 
<!-- Footer -->
<div class="footer-container">
<footer id="footer"  class="container">
<div class="row">{$HOOK_FOOTER}</div>
</footer>
</div><!-- #footer -->
{/if}
</div><!-- #page -->
 
{/if}
 
Thanks anyway! 
 
Best Regards!
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...