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
<script type="text/javascript" src="<?php echo get_stylesheet_directory_uri() ?>/map.js"></script> |
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
<ul id="slidecontrols"> | |
<li><a href="#one">One</li> | |
<li><a href="#two">Two</li> | |
</ul> | |
<div id="slides"> | |
<div>This is content block One</div> | |
<div>This is content block Two</div> | |
</div> |
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
<div class="slideshow"> | |
<div> | |
<img src="1.jpg" alt="Image One" /> | |
<p class="controls"><a href="#2" class="next">Next</a></p> | |
</div> | |
<div> | |
<img src="2.jpg" alt="Image Two" /> | |
<p class="controls"><a href="#1" class="prev">Prev</a> / |
NewerOlder