Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--Theme #55 - Seafoam by wonderfullythemes
- please don't intefere with the credit or break any of my rules, thanks!-->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".about").click(function(){
- $(".description").fadeToggle("slow");
- $(".morelinks").fadeOut("slow");
- });
- $(".map").click(function(){
- $(".morelinks").fadeToggle("slow");
- $(".description").fadeOut("slow");
- });
- });
- </script>
- <!--INFINITE SCROLL-->
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <!--MASONRY -->
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <stsss>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- {/block:IndexPage}
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:NavLinks" content="#fff" />
- <meta name="color:NavLinks BG" content="#000" />
- <meta name="color:NavLinks Hover" content="#000" />
- <meta name="color:NavLinks BG Hover" content="#fff" />
- <meta name="color:Description Text" content="#444" />
- <meta name="color:Description Background" content="#fff" />
- <meta name="color:MoreLinks" content="#ccc" />
- <meta name="color:MoreLinks BG" content="#444" />
- <meta name="color:MoreLinks Hover" content="#ccc" />
- <meta name="color:MoreLinks BG Hover" content="#444" />
- <meta name="color:Footer Background" content="#ddd" />
- <meta name="color:Footer Text" content="#444" />
- <meta name="color:NoteCount BG" content="#000" />
- <meta name="color:NoteCount Border" content="#000" />
- <meta name="color:NoteCount Link" content="#fff" />
- <meta name="color:NoteCount Hover" content="#fff" />
- <meta name="color:Scrollbar" content="#444" />
- <meta name="color:Tooltip Background" content="#000" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:CustomCursor" content="1" />
- <meta name="if:OneColumn" content="0" />
- <meta name="if:ThreeColumns" content="0" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link one" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link two" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link three" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link four" />
- <style type="text/css">
- html {
- {block:IfCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- {/block:IfCustomCursor}
- }
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:8px;
- padding-right:2px;
- background-color:transparent;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'calibri';
- font-size:10px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- line-height:10px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:8px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background-color:{color:Background};
- color:{color:Text};
- font-family:'corbel';
- font-size:11px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- {block:IfCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- {/block:IfCustomCursor}
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- {block:IfCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- {/block:IfCustomCursor}
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h1 {
- margin:0;
- padding:0;
- }
- h2 {
- margin:0;
- padding:0;
- font-family:arial black;
- color:{color:Link};
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:1px solid {color:Text};
- padding-left:10px;
- margin-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- /*--SIDEBAR--*/
- #sidebar {
- width:175px;
- height:175px;
- position:fixed;
- margin-top:250px;
- margin-left:100px;
- }
- /* Effect 12: circle */
- .cl-effect-12 a::before,
- .cl-effect-12 a::after {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 20px;
- height: 20px;
- border: 2px solid rgba(0,0,0,0.2);
- border-radius: 50%;
- content: '';
- opacity: 0;
- -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
- -moz-transition: -moz-transform 0.7s, opacity 0.7s;
- transition: transform 0.7s, opacity 0.7s;
- -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
- -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
- transform: translateX(-50%) translateY(-50%) scale(0.2);
- }
- .cl-effect-12 a::after {
- width: 30px;
- height: 30px;
- border-width: 4px;
- -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
- -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
- transform: translateX(-50%) translateY(-50%) scale(0.8);
- }
- .cl-effect-12 a:hover::before,
- .cl-effect-12 a:hover::after,
- .cl-effect-12 a:focus::before,
- .cl-effect-12 a:focus::after {
- opacity: 1;
- -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
- -moz-transform: translateX(-50%) translateY(-50%) scale(1);
- transform: translateX(-50%) translateY(-50%) scale(1);
- }
- .title {
- position:absolute;
- width:217px;
- font-family:'corbel';
- margin-top:10px;
- font-size:14px;
- letter-spacing:4px;
- line-height:20px;
- text-align:center;
- text-transform:uppercase;
- }
- .sidebarpic img {
- width:175px;
- height:175px;
- }
- .links {
- height:175px;
- font-family:'calibri';
- position:absolute;
- width:43px;
- left:175px;
- }
- .links a {
- padding:15.2px;
- background:{color:NavLinks BG};
- color:{color:NavLinks};
- display:block;
- }
- .links a:hover {
- background:{color:NavLinks BG Hover};
- color:{color:NavLinks Hover};
- }
- .about:hover {cursor:crosshair;}
- .map:hover {cursor:crosshair;}
- .description {
- padding:20px;
- position:absolute;
- top:0;
- max-height:135px;
- overflow-y:scroll;
- font-size:11px;
- background: {color:Description Background};
- display:none;
- color:{color:Description Text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .morelinks {
- font-family:'calibri';
- width:175px;
- position:absolute;
- padding:0px;
- top:0;
- max-height:175px;
- display:none;
- }
- .morelinks a {
- letter-spacing:2px;
- text-transform:uppercase;
- padding:15.2px;
- display:block;
- background:{color:MoreLinks BG};
- color:{color:MoreLinks};
- }
- .morelinks a:hover {
- padding-left:30px;
- color:{color:MoreLinks Hover};
- background:{color:MoreLinks BG Hover};
- }
- /*--POSTS--*/
- #entries {
- width:700px;
- margin:auto;
- position:relative;
- top:30px;
- left:350px;
- float:left;
- {block:IfOneColumn}
- width:300px;
- {/block:IfOneColumn}
- {block:IfThreeColumns}
- width:1000px;
- {/block:IfThreeColumns}
- }
- #post {
- width:250px;
- margin-bottom:0px;
- padding:30px;
- {block:IfOneColumn}
- margin-bottom:20px;
- {/block:IfOneColumn}
- }
- /*--POST TYPES--*/
- .user {
- position:relative;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-bottom:10px;
- }
- .user a {
- padding:7px;
- background:{color:NavLinks BG};
- color:{color:NavLinks};
- }
- .question {
- padding-left:20px;
- position:relative;
- max-width:100%;
- }
- .answer {
- text-align:left;
- margin-top:20px;
- max-width:100%;
- padding-bottom:5px;
- }
- .mark {
- text-align:left;
- font-family:georgia;
- font-size:50px;
- color:{color:Link};
- }
- .words {
- margin-top:-30px;
- text-indent:15px;
- font-size:12px;
- font-style:italic;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #000;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -13px;
- }
- .tumblr_audio_player {
- height: 54px;
- width: 200px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*--from two column base code. link on my main blog--*/
- .video-container {
- position:relative;
- padding-bottom:56.25%;
- padding-top: 30px;
- height:0;
- overflow:hidden;}
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;}
- .chat {
- line-height:12px;
- }
- .chat ul {
- padding:0px 5px;
- line-height:15px;
- }
- .chat li {
- list-style:none;
- }
- .label{
- color:{color:Link};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- font-family:'calibri';
- }
- {block:IfInfiniteScroll}
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- {/block:IfInfiniteScroll}
- /*--INFO AND TAGS--*/
- .wowpost {
- moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {block:IndexPage}
- #post:hover .wowpost {
- opacity:.4;
- moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {/block:IndexPage}
- #post:hover #info {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #info {
- font-family:'calibri';
- opacity:0;
- position:absolute;
- top:50%;
- left:50%;
- margin-left:-40px;
- margin-top:-10px;
- z-index:2000;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:none;
- font-size:9px;
- color:{color:Text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- width:250px;
- }
- .heart {
- padding:5px;
- background-color:{color:NoteCount BG};
- border:1px solid {color:NoteCount Border};
- width:70px;
- text-align:center;
- }
- .heart a {
- color:{color:NoteCount Link};
- }
- .heart a:hover {
- text-decoration:none;
- color:{color:NoteCount Hover};
- }
- #perma {
- font-size:10px;
- margin-top:10px;
- background-color:{color:Footer Background};
- color:{color:Footer Text};
- padding:10px;
- width:230px;
- text-transform:uppercase;
- font-family:'calibri';
- letter-spacing:1px;
- }
- #footer {
- background:{color:Footer Background};
- margin-top:5px;
- width:240px;
- letter-spacing:2px;
- font-size:10px;
- font-family:'calibri';
- padding:7px;
- position:absolute;
- text-transform:uppercase;
- color:{color:Footer Text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #post:hover #footer {
- background-color:{color:Footer Background};
- color:{color:Footer Text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--PAGINATION--*/
- #pagination {
- margin-bottom:60px;
- font-family:'calibri';
- text-align:center;
- width:100%;
- font-size:11px;
- text-transform:uppercase;
- line-height:10px;
- }
- #pagination a {
- color:{color:Link};
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div class="links">
- <a href="/ask" title="ask">01.</a>
- <a class="about" title="about">02.</a>
- <a class="map" title="links">03.</a>
- <a href="/archive" title="archive">04.</a>
- </div>
- <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
- <div class="description">{Description}</div>
- <div class="morelinks">
- <a href="{text:Link1}">{text:Link1 Text}</a>
- <a href="{text:Link2}">{text:Link2 Text}</a>
- <a href="{text:Link3}">{text:Link3 Text}</a>
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- <div class="title">
- <nav class="cl-effect-12">
- <a href="/" title="refresh">{Title}</a>
- </nav>
- </div>
- </div>
- <div id="entries">{block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}
- {block:IndexPage}
- <div id="footer">
- {block:Date}posted <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}>{TimeAgo}</a>{/block:Date} | <a href="{ReblogURL}">reblog</a></div>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}{block:IndexPage}
- <div class="wowpost"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></div>
- <div id="info">
- {block:NoteCount}
- <div class="heart">
- <a href="{Permalink}" title="{block:Date}Posted {TimeAgo}{/block:Date}">{NoteCountWithLabel}</a>
- </div>
- {/block:NoteCount}
- </div>
- {/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</a>{/block:Photo}
- {block:Photoset}{block:IndexPage}
- <div class="wowpost">
- {Photoset-250}</div>
- <div id="info">
- {block:NoteCount}
- <div class="heart">
- <a href="{Permalink}" title="{block:Date}Posted {TimeAgo}{/block:Date}">{NoteCountWithLabel}</a>
- </div>
- {/block:NoteCount}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
- {block:Quote}
- <div class="mark">“</div>
- <div class="words">{Quote}</div>
- <div style="margin-top:-15px;text-align:right;font-size:50px;font-family:georgia;float:right;color:{color:Link}">”</div>
- {block:Source}<br><br> —{Source}{/block:Source}
- {block:IndexPage}
- <div id="footer">
- {block:Date}Posted <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}>{TimeAgo}</a>{/block:Date} | <a href="{ReblogURL}">reblog</a></div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{block:IndexPage}
- <div id="footer">
- {block:Date}posted <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}>{TimeAgo}</a>{/block:Date} | <a href="{ReblogURL}">reblog</a></div>
- {/block:IndexPage}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}
- <div id="footer">
- {block:Date}Posted <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}>{TimeAgo}</a>{/block:Date} | <a href="{ReblogURL}">reblog</a></div>
- {/block:IndexPage}{/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerBlack}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName} {TrackName}</a><br>{/block:TrackName}
- {block:Artist}Artist: {Artist}<br>{/block:Artist}
- {block:Album}Album: {Album}<br>{/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:IndexPage}
- <div id="footer">
- {block:Date}Posted <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}>{TimeAgo}</a>{/block:Date} | <a href="{ReblogURL}">reblog</a></div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}{block:IndexPage}<div class="video-container">{Video-250}</div>
- <div id="info">
- {block:NoteCount}
- <div class="heart">
- <a href="{Permalink}" title="{block:Date}Posted {TimeAgo}{/block:Date}">{NoteCountWithLabel}</a>
- </div>
- {/block:NoteCount}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
- {block:Answer}
- <div class="user">{Asker}</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {block:IndexPage}
- <div id="footer">
- {block:Date}Posted <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}>{TimeAgo}</a>{/block:Date} | <a href="{ReblogURL}">reblog</a></div>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- <div id="perma">
- {block:Date}Posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a>{/block:Date} {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
- {block:RebloggedFrom}<br> +<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
- {block:RebloggedFrom} +<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
- <br>
- {block:HasTags}Filed under: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement