Example #1
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . '/perch/runtime.php';
perch_layout('blog.header');
perch_content('Datenschutz');
perch_layout('blog.footer');
<?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');
Example #3
0
?>


<body class="projects-page">
	<div class="flex-container">
				
		<?php 
perch_layout('page-header');
?>
		
		<?php 
perch_content('page-content');
?>
						
		<?php 
perch_content('email-signup');
?>

		<?php 
perch_layout('footer');
?>

	</div> <!-- flex container -->

		<?php 
perch_layout('scripts-links');
?>
	
</body>

</html>
Example #4
0
  <div class="middle_main"> 
    <!-- Main content --> 
    <!-- Left Content 590 --> 
		 <div class="left_content_590"> 
	    	<div class="nivo3">
				<div id="slider">
				<?php 
perch_content('Gallery Images');
?>
				</div>
				</div>
				<?php 
perch_content('Main Content');
?>
				<?php 
perch_content('Price List Link');
?>

	    </div>
				    <!-- /Left Content --> 
				    <!-- Sidebar --> 
				<?php 
include '../inc/womens-rhs.php';
?>
				    <!-- /Sidebar --> 
				    <br class="clear" /> 
				    <!-- /Main content --> 
				  </div> 
				  <div class="bottom_main"></div> 
				</div> 
				<!-- /MAIN -->
Example #5
0
?>
                    <!-- content-->

                    <main id="content">
                        <header class="page-header xlarge stay image-background no-padding rel" style="background-image: url('/images/background-home.jpg');">
                            <div class="row">
                                <div class="header-blurb blurb-home text0 regular col-md-7">
                                    <?php 
perch_content('blurb');
?>
                                </div>
                            </div>
                        </header>
                        <!-- page content -->
                        <?php 
perch_content('home topic');
?>

                    </main>
                    <!-- / content -->

                    <?php 
include $base . "/part-footer.php";
?>
            </div>
            <!-- global wrapper -->

            <?php 
include $base . "/part-scripts.php";
?>
Example #6
0
				</div>	

				<div class="row">
					
					<div class="twelve columns">
						
						<p class="handwritten">as seen in ]</p>
						
					</div>
					
				</div>
									
				<div class="row">
						
					<?php 
perch_content('Footer Logos');
?>
								
				</div>

				<div class="row">
					
					<div class="twelve columns">
					
						<ul id="footer-creds">
							
							<li>&copy;The Cross Two Ltd.</li>
							
							<li>Design By Kate Paillat</li>
							
							<li>Site By Ifnotwhynot</li>
Example #7
0
<div id="prices">
	<h3>Prices</h3>
	<?php 
perch_content('Prices');
?>
	<hr />
</div>
    perch_layout('header', array('title' => $page_details[0]['title'], 'desc' => $page_details[0]['info']));
} else {
    perch_layout('header');
}
if (perch_get('s')) {
    // Detail mode
    perch_content_custom('Projects', array('template' => 'project.html', 'filter' => 'slug', 'match' => 'eq', 'value' => perch_get('s'), 'count' => 1));
} else {
    ?>

		<div class="wrapper">
			<div class="home-photography">
				<div class="head-photo" style="background-image: url(/images/work-banner.jpg);"></div>
				<div class="title-holder">
					<?php 
    perch_content('Page Title Banner');
    ?>
				</div>
			</div>
			<div class="portfolio portfolio-v2">
				<div class="container">
					<div class="filters">
						<ul id="filters">
							<li class="active" data-filter="*">All</li>
							<li data-filter=".user-experience">User Experience</li>
							<li data-filter=".web-design">Web Design</li>
							<li data-filter=".development">Development</li>
							<li data-filter=".maintenance">Maintenance</li>
						</ul>
					</div>
					<div class="row portfolio-masonry">
				<div class="title-holder">
					<?php 
perch_content('Page Title Banner');
?>
				</div>
			</div>

			<div class="row intro">

				<div class="col-md-6 col-md-push-3 col-sm-8 col-sm-push-2 col-xs-12">
					
					<?php 
perch_content('Page Content');
?>
				</div>

			</div>

			<div class="project-single">
				<div class="container">
					
					<?php 
perch_content('Page Blocks');
?>

				</div>
			</div>
		</div>

<?php 
perch_layout('footer');
Example #10
0
perch_content('Tagline');
?>
    <!-- /HOME SLOGAN -->
		<div class="flash"><a title="Download Our Price List (PDF)" href="/cms/resources/4-hair-price-list-jan-2012.pdf">Download Our Price List</a></div>
		<div class="blockWrapper">
		<?php 
perch_content('Content Blocks');
?>
        </div>
        
    <br class="clear" />
    <div class="separator"></div>
    <br class="clear" />
		<h4 class="styling-tips"><a href="/styling-tips">Styling Tips</a></h4>
		<?php 
perch_content('Styling Tips Intro');
?>
		<?php 
$opts = array('page' => '/styling-tips.php', 'template' => '_styling_tips_home.html', 'sort-order' => 'DESC', 'count' => 3);
perch_content_custom('Style Tip', $opts);
?>
<a href="/styling-tips" class="right" style="clear:both; display:block;">See more styling tips...</a>
<br class="clear" />

<div class="separator"></div>
<br class="clear" />
<h4 class="styling-tips"><a href="/offers">Latest Offer</a></h4>
<?php 
$opts = array('page' => '/offers.php', 'template' => '_offers_home.html', 'sort-order' => 'DESC', 'count' => 1);
perch_content_custom('Offers', $opts);
?>
Example #11
0
    <h2>Men's</h2>
  </div>
</div>
<!-- /LOCATION -->
<!-- MAIN --> 
<div id="main"> 
  <div class="top_main"></div> 
  <div class="middle_main"> 
    <!-- Main content --> 
    <!-- Fullwidth --> 
		  <div class="fullwidth">
			<div class="nivo2">
			<div id="slider">
			<?php 
perch_content('Gallery Images');
?>
			</div>
			</div>
		<?php 
perch_content('Main Content');
?>
		</div>
    <!-- /Fullwidth --> 
    <br class="clear" /> 
    <!-- /Main content --> 
  </div> 
  <div class="bottom_main"></div> 
</div> 
<!-- /MAIN -->
<?php 
include 'inc/footer.php';
Example #12
0
<?php

$base = $_SERVER["DOCUMENT_ROOT"];
include $base . '/perch/runtime.php';
perch_content('rss feed');
Example #13
0
								<li class="icon_rss"><a href="/tips-rss" title="RSS feeds allow you to receive updates directly to your device or reader">Style Tips</a></li>
								<li class="icon_rss"><a href="/offers-rss" title="RSS feeds allow you to receive updates directly to your device or reader">Offers</a></li>
                </ul>
                <br class="clear" />
            
                
            </div>
            <!-- /Left Part -->
            
            <!-- Right Part -->
            <div class="right_part_footer">

                <!-- Twitter update-->
				        <div id="twitterUpdate">
				            <div id="tweeter"><?php 
perch_content('Twitter User');
?>
</div>
				            <div id="deadTweets" class="droid">
				                <p><img src="/images/loadingTweets.gif" alt="" /> Loading...</p>
				            </div>
				        </div>
				        <!-- /Twitter update -->
            	<div id="fb-root" class="hide"></div>

							<fb:like href="http://www.facebook.com/pages/4-Hair/168339339846806" send="false" width="410" show_faces="false" colorscheme="dark"></fb:like>
            <br class="clear" />
                
            </div>
            <!-- /Right Part -->
        
Example #14
0
<div id="main">
  <div class="top_main"></div>
  <div class="middle_main">
    <!-- Main content -->

<!-- PORTFOLIO -->
<div id="portfolio">
<br class="clear" />
<br />
<!-- ITEMS -->
<div class="list">

<ul id="portfolio-list" class="display">
  
  <?php 
perch_content('Team Members');
?>


</ul>

</div>
<!-- /ITEMS -->


</div>
<!-- /PORTFOLIO -->

    <br class="clear" />
    <!-- /Main content -->
  </div>
Example #15
0
<?php

include 'perch/runtime.php';
?>
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8" />
	<title>Perch Example Page</title>
	<?php 
perch_get_css();
?>
</head>
<body>
    <h1><?php 
perch_content('Main heading');
?>
</h1>

    <?php 
perch_content('Intro');
?>
    
    <?php 
perch_get_javascript();
?>
</body>
</html>
Example #16
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'));
?>

Example #17
0
<?php

perch_content('Opening Hours');
Example #18
0
<header id="top">
	
	<?php 
include 'module/nav.php';
?>
	
	<h1 class="heading">Styleguide</h1>

</header>

<div class="content">

	<article>
		
		<div class="entry-content">
			<?php 
perch_content('Text styles');
?>
		</div>
	
	</article>
	
	<?php 
include 'module/bio.php';
?>

	</div>
	
<?php 
include 'module/foot.php';
<?php

include 'perch/runtime.php';
?>

<?php 
perch_layout('header');
$lang = PerchSystem::get_var('lang');
?>
<body>

	<?php 
if ($lang == 'it') {
    ?>
		<h1>Ciao!</h1>
	<?php 
} else {
    ?>
		<h1>Hello!</h1>
	<?php 
}
?>

	<?php 
perch_content('Main content - ' . $lang);
?>

</body>
</html>
<?php

include 'admin/runtime.php';
perch_layout('header');
?>
		<div class="wrapper simple-page">
			
			<div class="blog blog-single">
				<div class="container">
					<div class="row">
						<div class="col-md-offset-1 col-md-10 col-sm-12 col-xs-12">
							
							<div class="col-md-10">
								<div class="blog-post ">
									<div class="post-content">

										<?php 
perch_content('Page Content');
?>

									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>

<?php 
perch_layout('footer');
Example #21
0
include $_SERVER['DOCUMENT_ROOT'] . "/includes/global-vars.php";
$m_location = "projects";
include $path_includes . '/header.php';
?>
<div class="container" id="top">
   <?php 
include $path_includes . '/nav-top.php';
?>
   <div class="row pd-container">
      <div class="col-xs-12">
         <?php 
perch_content('Showcase Meta');
?>
         <?php 
perch_content('Showcase Description');
?>
      </div>
   </div>
   <div class="pd-paginator">
      <div class="row">
         <div class="col-xs-6">
            <div class="pd-paginator-previous">
               <div class="pd-paginator-content">
                  <?php 
perch_pages_previous_page(array('template' => 'projects-footer-previous.html'));
?>
               </div>
            </div>
         </div>
         <div class="col-xs-6 text-right">
Example #22
0
?>
/" />
    <meta property="og:image" content="http://<?php 
echo $currentServer;
?>
/images/Bloom-basic-logo-300.png" />
    
    <meta name="twitter:card" content="summary">
    <meta name="twitter:url" content="http://<?php 
echo $currentServer;
?>
/">
    <meta name="twitter:site" content="@Bloom_CG">
    <meta name="twitter:title" content="Bloom">
    <meta name="twitter:description" content="<?php 
perch_content('meta social');
?>
">
    <meta name="twitter:image" content="http://<?php 
echo $currentServer;
?>
/images/Bloom-basic-logo-300.png" />
  
    
    <!-- Mobile Specific Metas ================================================== -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    <!-- CSS ================================================== -->

    <!-- web font  -->
    <link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900" rel="stylesheet" type="text/css">
Example #23
0
perch_content('Skill Bars');
?>
            <?php 
perch_content('Skill Pills');
?>
         </section>
         <section id="sec-campus">
            <h1><i class="fa fa-fw fa-paper-plane-o animated"></i> Campus Activities</h1>
            <?php 
perch_content('Campus');
?>
         </section>
         <section id="sec-facts">
            <h1><i class="fa fa-fw fa-lemon-o animated"></i> Other Facts</h1>
            <?php 
perch_content('Facts');
?>
         </section>
         <div class="alert alert-success">
            <div class="media">
               <i class="fa fa-fw fa-code pull-left"></i>
               <div class="media-body">
                  <strong>Check out my code portfolio!</strong> To see a few code snippets, check out my <a href="http://codepen.io/armthethinker" target="_blank"><i class="fa fa-codepen"></i> Codepen portfolio</a>.
               </div>
            </div>
         </div>
         <div class="alert alert-info">
            <div class="media">
               <i class="fa fa-fw fa-wrench pull-left"></i>
               <div class="media-body">
                  <strong>Don't forget!</strong> To see projects related to my CV, go to <a href="../projects/">projects</a>.
Example #24
0
<?php

$story = $_SERVER['QUERY_STRING'];
$storyWithSpaces = str_replace("-", " ", $story);
$base = $_SERVER["DOCUMENT_ROOT"];
include $base . '/perch/runtime.php';
include $base . "/part-doctype.php";
?>
    <title>Bloom - News - <?php 
echo $storyWithSpaces;
?>
</title>
    <?php 
perch_content('meta tags');
?>

<?php 
include $base . "/part-styles.php";
?>

<body class="activate-appear-animation header-6 pre-header-on-sm">
    <!-- global-wrapper -->
    <div id="global-wrapper">
        
<?php 
include $base . "/part-navigation.php";
?>
        <!-- content-->

        <main id="content">
            <header class="page-header xlarge image-background no-padding rel" style="background-image: url('/images/background-news.jpg');">
Example #25
0
    include 'cms/runtime.php';
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://ogp.me/ns/fb#">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php 
perch_blog_post_field($_GET['s'], 'postTitle');
print $page_title;
?>
 &#124; 4 Knebworth</title>
<?php 
perch_content('Page Details');
?>

<!-- METAS -->
<meta name="author" content="" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="14 days" />
<meta name="language" content="en-GB" />
<!-- EjL6vgrGYRxLHzScO7Bp2tzfLio -->
<!-- CSS -->
<link rel="stylesheet" type="text/css" media="all" href="/css/reset.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/main.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/theme.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/nivo-slider.css" />
<link rel="stylesheet" href="/css/prettyPhoto.css" type="text/css" media="screen" /> 
<?php 
Example #26
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . "/includes/global-vars.php";
$bg_body = 'palette20';
$m_location = "projects";
include $path_includes . '/header.php';
include $path_includes . '/navbar.php';
?>
<div class="container-fluid palette19 palette15-t">
	<?php 
perch_content('Description');
?>
   <?php 
perch_content('Image Wall');
?>
</div>
<?php 
include $path_includes . '/footer.php';
Example #27
0
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
	<script src="http://bdmusichub.org/js/search.js"></script>
	<script src="http://bdmusichub.local/js/bd-slider.js"></script>	

		
	<script>
	$(document).ready(function(){
		$(".menu-icon").click(function(){ 
			$("nav").toggle();
			});     
		});
	</script>	
	
	<?php 
perch_content('Analytics');
?>
	
Example #28
0
<?php

error_reporting(0);
include 'cms/runtime.php';
echo '<' . '?xml version="1.0"?' . '>';
?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
			<atom:link href="<?php 
perch_content('url');
?>
/offers-rss.php" rel="self" type="application/rss+xml" />
        <title>4 Hair Offers</title>
        <link><?php 
perch_content('url');
?>
/offers</link>
        <description>Grab the latest offers from 4 Hair</description>
				<?php 
$opts = array('page' => '/offers.php', 'template' => '_offers_rss_item.html');
perch_content_custom('Offers', $opts);
?>
    </channel>
</rss>
Example #29
0
<!-- /SLIDER -->


<!-- MAIN -->
<div id="main">
<div class="top_main"></div>
<div class="middle_main">
<!-- Main content -->

<!-- HOME SLOGAN -->
<?php 
perch_content('Tagline');
?>
<!-- /HOME SLOGAN -->

    <div class="blockWrapper">
    <?php 
perch_content('Content Blocks');
?>
    <br class="clear" />
    </div>
    
    <br class="clear" />

<!-- /Main content -->
</div>
<div class="bottom_main"></div>
</div>
<!-- /MAIN -->
<?php 
include '../inc/footer.php';
Example #30
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . '/perch/runtime.php';
perch_layout('blog.header');
perch_content('Impressum');
perch_layout('blog.footer');