<div class="article-background">
	<div class="cards">
		<header class="margin-subnav">
			<div class="card-ctnr">
		    	<h1><?php 
perch_gallery_album_field(perch_get('s'), 'albumTitle');
?>
</h1>
		    </div>
		</header>

		<section>
		    <ul id="js-gallery">
				<?php 
if (perch_get('s')) {
    perch_gallery_album_images(perch_get('s'), array('template' => 'image_album.html'));
}
?>
		    </ul>
		</section>

		<!-- Social -->
		<div class="card-ctnr clear">
		    <div class="article-footer text-center">
        		<ul id="social">
          			<li class="social-item"><a class="social-icon facebook no-link" href="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=https://waterford.sz/news/photos/album.php?s=<?php 
perch_gallery_album_field(perch_get('s'), 'albumSlug');
?>
)', 'Facebook', 'width=600, height=400' )"><i class="icon-facebook"></i></a></li>
          			<li class="social-item"><a class="social-icon twitter no-link" href="javascript:window.open('http://twitter.com/share?text=<?php 
perch_gallery_album_field(perch_get('s'), 'albumTitle');
Beispiel #2
0
<?php

include 'perch/runtime.php';
perch_layout('global.header');
perch_gallery_album_details(perch_get('s'), array('template' => 'bespoke_designer_details.html'));
perch_gallery_album_images(perch_get('s'), array('template' => 'bespoke_designer_gallery.html'));
perch_layout('global.footer', array('activePage' => 'contact'));
?>

<?php

include '../perch/runtime.php';
perch_layout('global.top');
perch_content('Hero');
perch_gallery_album_details('buy-me-now-stocked-fabrics', array('template' => 'fabrics-album.html'));
perch_gallery_album_images('buy-me-now-stocked-fabrics', array('template' => 'fabrics-album-image.html'));
perch_content('Share');
perch_content('Footer');
perch_layout('global.bottom');
Beispiel #4
0
<?php

include 'perch/runtime.php';
perch_layout('global.header');
?>

<div class="row">

  <div class="twelve columns inset-white">
		  
		  <h1 class="handwritten"><?php 
perch_content('Whats New Page Title');
?>
</h1>		  
	</div>
	
</div>
	  
		  
  <!-- Bespoke albums show here -->
  <?php 
perch_gallery_album_images('whats-new', array('template' => 'bespoke_designer_gallery.html'));
?>
	

<?php 
perch_layout('global.footer', array('activePage' => 'contact'));
?>

function perch_gallery_album($slug, $opts = array(), $return = false)
{
    return perch_gallery_album_images($slug, $opts, $return);
}
Beispiel #6
0
<?php

include '../perch/runtime.php';
perch_layout('global.top');
perch_content('Hero');
perch_gallery_album_details('plain-fabrics', array('template' => 'fabrics-album.html'));
perch_gallery_album_images('plain-fabrics', array('template' => 'fabrics-album-image.html'));
perch_content('Share');
perch_content('Footer');
perch_layout('global.bottom');
<?php

include '../perch/runtime.php';
perch_layout('global.top');
perch_content('Hero');
perch_gallery_album_details('rice-paper-silk-sheers', array('template' => 'fabrics-album.html'));
perch_gallery_album_images('rice-paper-silk-sheers', array('template' => 'fabrics-album-image.html'));
perch_content('Share');
perch_content('Footer');
perch_layout('global.bottom');
<?php

include '../perch/runtime.php';
perch_layout('global.top');
perch_content('Hero');
perch_gallery_album_details('its-covered-fabrics-in-use', array('template' => 'fabrics-album.html'));
perch_gallery_album_images('its-covered-fabrics-in-use', array('template' => 'fabrics-album-image.html'));
perch_content('Share');
perch_content('Footer');
perch_layout('global.bottom');
Beispiel #9
0
" alt="Your Logo Here" class="logo"/>
		</div>
		<nav class="main-nav">
			<?php 
perch_pages_navigation(array('levels' => 1));
?>
		</nav>
	</header>
	
	<!--  change cols2-nav-right to cols2-nav-left if you want the sidebar on the left -->
	<div class="wrapper cols2-nav-right">
	
		<div class="primary-content">
			<?php 
if (perch_get('s')) {
    perch_gallery_album_images(perch_get('s'), array('template' => 'c_list_image.html'));
}
?>
    	</div>
    	<nav class="sidebar">
	    	<h2>Albums</h2>
		    <ul class="albums glist">
		    	<?php 
perch_gallery_albums();
?>
		    </ul>
		</nav>
	</div>
	<footer class="layout-footer">
		<div class="wrapper">
			<ul class="social-links">
Beispiel #10
0
<?php

include '../perch/runtime.php';
perch_layout('global.top');
perch_content('Hero');
perch_gallery_album_details('hand-woven-bespoke', array('template' => 'fabrics-album.html'));
perch_gallery_album_images('hand-woven-bespoke', array('template' => 'fabrics-album-image.html'));
perch_content('Share');
perch_content('Footer');
perch_layout('global.bottom');
<?php

include '../perch/runtime.php';
perch_layout('global.top');
perch_content('Hero');
perch_gallery_album_details('mood-boards-bespoke-panels', array('template' => 'fabrics-album.html'));
perch_gallery_album_images('mood-boards-bespoke-panels', array('template' => 'fabrics-album-image.html'));
perch_content('Share');
perch_content('Footer');
perch_layout('global.bottom');
Beispiel #12
0
" alt="Your Logo Here" class="logo"/>
		</div>
		<nav class="main-nav">
			<?php 
perch_pages_navigation(array('levels' => 1));
?>
		</nav>
	</header>
	
	<!--  change cols2-nav-right to cols2-nav-left if you want the sidebar on the left -->
	<div class="wrapper cols2-nav-right">
	
		<div class="primary-content">
			<?php 
if (perch_get('s')) {
    perch_gallery_album_images(perch_get('s'));
}
?>
		</div>
    	<nav class="sidebar">
			<h2>Albums</h2>
		    <ul class="glist albums">
		    	<?php 
perch_gallery_albums();
?>
		    </ul>

		</nav>
		
	</div>