<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/blog.xsl" title="Blog Post" extension="html"?>

<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd"> 

<document xmlns:ouc="http://omniupdate.com/XSL/Variables">
	
	<headcode></headcode> <!-- before closing head tag -->
	<bodycode></bodycode> <!-- after opening body tag -->
	<footcode></footcode> <!-- before closing body tag -->
	
	<ouc:properties label="config">
		<parameter name="ogimage" type="filechooser" group="Everyone" prompt="Share Image" alt="Optional: Choose a 1200x630 image to be displayed when this page is shared on Facebook and Twitter."><!--%echo var="ogimage" --></parameter>
		<parameter name="breadcrumb" type="text" group="Everyone" prompt="Breadcrumb" alt="Not displayed for index pages. Page title by default."><!--%echo var="title" --></parameter>
		<parameter name="pagetype" type="select" group="Everyone" prompt="Select Page Type" alt="Select Page Type">
			<!--%echo var="pagetype" encoding="none" -->
		</parameter>
		<parameter name="rightone_check" type="checkbox" group="Everyone" prompt="Display First Side Region" alt="This will display the First Side Editable Region">
<option value="true" selected="false">Displayed if checked </option>
</parameter>
		<parameter name="social_check" type="checkbox" group="Everyone" prompt="Display Social Media plugins" alt="This will display the Social Media plugins">
			<!--%echo var="social_check" encoding="none" -->
		</parameter>
		<parameter name="righttwo_check" type="checkbox" group="Everyone" prompt="Display Second Side Region" alt="This will display the Second Side Editable Region">
<option value="true" selected="false">Displayed if checked </option>
</parameter>
		<parameter name="bottomcontent_check" type="checkbox" group="Everyone" prompt="Display Bottom Region" alt="This will display the Bottom Editable Region">
<option value="true" selected="true">Displayed if checked </option>
</parameter>
		<parameter section="LDP Gallery" name="galleryType" type="select" group="Everyone" alt="Select the output type for gallery assets on this page.">
<option value="FlexSlider" selected="false">Flex Slider</option>
<option value="PrettyPhoto" selected="true">Pretty Photo</option>
</parameter>
	</ouc:properties>
	
	<ouc:properties label="metadata">
		<title><!--%echo var="title" --></title>
		<meta name="Description" content="<!--%echo var="description" -->" />
	</ouc:properties>
	
	<ouc:div label="maincontent" group="Everyone" button-text="Main Content">
		<ouc:editor csspath="/_resources/ou/editor/maincontent.css" cssmenu="/_resources/ou/editor/styles.txt" width="1200px" wysiwyg-class="maincontent"/>
		
	</ouc:div>
	
	<ouc:div label="rightone" group="Everyone" button-text="Side Content One">
		<ouc:editor csspath="/_resources/ou/editor/maincontent.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="rightone"/>
		
	</ouc:div>
	
	<ouc:div label="righttwo" group="Everyone" button-text="Side Content Two">
		<ouc:editor csspath="/_resources/ou/editor/maincontent.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="righttwo"/>
		
	</ouc:div>
	
	<ouc:div label="bottomcontent" group="Everyone" button-text="Bottom Content">
		<ouc:editor csspath="/_resources/ou/editor/maincontent.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="bottomcontent"/>
		<?php $actual_link = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?>
<?php $actual_title = "$_SERVER[REQUEST_URI]"; ?>
<div id="disqus_thread"></div>
<script type="text/javascript">
    /* * * CONFIGURATION VARIABLES * * */
    var disqus_shortname = 'snowcollege';

    var disqus_config = function () {
        this.page.url = '<?php echo $actual_link ?>';
        this.page.identifier = '<?php echo $actual_link ?>';
        this.page.title = '<?php echo $actual_title ?>';
    };

	/*var disqus_identifier = 'snowcollege';
	var disqus_url = 'http://www.snow.edu/blog/';
    var disqus_identifier = '';
	var disqus_url = '<?php echo $actual_link ?>;*/

    
    /* * * DON'T EDIT BELOW THIS LINE * * */
    (function() {
        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    })();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
	</ouc:div>
	
</document>


	
