Created
December 6, 2013 05:37
-
-
Save clouddueling/7819091 to your computer and use it in GitHub Desktop.
product view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<hr> | |
<script> | |
var serie = {{ json_encode(to_json($serie)) }}, | |
meets = {{ json_encode(to_json($meets)) }}; | |
</script> | |
@include("product.page.premium.app") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@if ($key == 1) | |
<div style='height: 53px;'> | |
<div id='sticky_navigation'> | |
<ul class="nav nav-justified nav-rounded-bar"> | |
<li><a data-target="html">Home</a></li> | |
<li><a data-target="#tour" data-padding='110'>Tour</a></li> | |
<li><a data-target="#pricing" data-padding='80'>Pricing</a></li> | |
<li><a data-target="#events" data-padding='110'>Events</a></li> | |
</ul> | |
</div> | |
</div> | |
@endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment