Jump to content

Popup window


Recommended Posts

Hi all, i have this page http://www.petamour.cz/

In index i have popup window. But i need show this window only one. How can i change?

 

Here is my code:



<script src="http://jecas.cz/assets/magnific-popup/jquery.magnific-popup.min.js?v=0.9.8"></script>
<link rel="stylesheet" href="http://jecas.cz/assets/magnific-popup/magnific-popup.css">
{if $page_name == 'index'}
<script type="text/javascript">
{literal}
$.magnificPopup.open({
items: [
{
src: $('<div class="obalbanner"><div class="registracebanner"><a href="http://www.petamour.cz/autentifikace">REGISTRACE</a></div><div class="viceinfo"><a href="http://www.petamour.cz/content/15-vernostni-program">více informací zde »</a></div></div>'),
}
]
});
{/literal}
</script>
{/if}

Edited by tozi (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...