<?php
/*
Section: Property Tour
Author: TourKick
Author URI: http://tourkick.com
Version: 1.0.0
Description: Property Tour Display
Class Name: PropertyTourBrandedandUnbranded
Workswith: templates, main, sidebar1, sidebar2, sidebar_wrap, header, footer, morefoot
Cloning: false
*/
class PropertyTourBrandedandUnbranded extends PageLinesSection {
function section_styles(){ }
function section_optionator( $settings ){ }
function section_template(){
$brandedtabsraw = '[pl_raw][pl_tabs]
[pl_tabtitlesection type="tabs"]
[pl_tabtitle active="yes" number="1"]Video[/pl_tabtitle]
[pl_tabtitle number="2"]Photos[/pl_tabtitle]
[pl_tabtitle number="3"]Details[/pl_tabtitle]
[pl_tabtitle number="4"]Contact[/pl_tabtitle]
[pl_tabtitle number="5"]Embed & Share[/pl_tabtitle]
[/pl_tabtitlesection]
[pl_tabcontentsection]
[pl_tabcontent active="yes" number="1"]
<iframe frameborder="0" scrolling="no" width="640" height="360" src="http://api.smugmug.com/services/embed/1344454513_PQSXrW6?width=640&height=360&nologo"></iframe>
[/pl_tabcontent]
[pl_tabcontent number="2"]
[gallery]
[/pl_tabcontent]
[pl_tabcontent number="3"]more
[/pl_tabcontent]
[pl_tabcontent number="4"]
stuffxxx
[/pl_tabcontent]
[pl_tabcontent number="5"]
textxxx
[/pl_tabcontent]
[/pl_tabcontentsection]
[/pl_tabs][/pl_raw]';
$brandedtabs = '[pl_tabs]
[pl_tabtitlesection type="tabs"]
[pl_tabtitle active="yes" number="1"]Video[/pl_tabtitle]
[pl_tabtitle number="2"]Photos[/pl_tabtitle]
[pl_tabtitle number="3"]Details[/pl_tabtitle]
[pl_tabtitle number="4"]Contact[/pl_tabtitle]
[pl_tabtitle number="5"]Embed & Share[/pl_tabtitle]
[/pl_tabtitlesection]
[pl_tabcontentsection]
[pl_tabcontent active="yes" number="1"]
<iframe frameborder="0" scrolling="no" width="640" height="360" src="http://api.smugmug.com/services/embed/1344454513_PQSXrW6?width=640&height=360&nologo"></iframe>
[/pl_tabcontent]
[pl_tabcontent number="2"]
[gallery]
[/pl_tabcontent]
[pl_tabcontent number="3"]more
[/pl_tabcontent]
[pl_tabcontent number="4"]
stuffxxx
[/pl_tabcontent]
[pl_tabcontent number="5"]
textxxx
[/pl_tabcontent]
[/pl_tabcontentsection]
[/pl_tabs]';
$x = apply_filters('the_content',$brandedtabsraw);//echo do_shortcode($brandedtabs);
//echo do_shortcode($brandedtabsraw);
//echo do_shortcode($x);
echo $x;
}
}