$this->_pageGateway, MEMBER_SESSION_PAGE
);
+ $this->_getPropertyData();
+
// check if define for GOOGLE_SEARCH is set
if (defined("GOOGLE_SEARCH")
&& GOOGLE_SEARCH
}
+ private function _getPropertyData()
+ {
+ $this->propImageStyle = FILE_SERVER_URL . IS_OWNER_ID . '/propertyImage/';
+ $display = new Toolkit_Property_Display();
+ $this->property = $display->getProperty($this->_catid);
+ }
+
/**
* Returns page main navigation
*
</div>
<div id="main">
<div id="toolbox">
- <ul id="propertyImages" class="clearfix">
-<!-- <li><img src="tmpPropertyImage.jpg"></li>
- <li><img src="tmpPropertyImage.jpg"></li>-->
+ <ul id="propertyImages" class="clearfix" flexy:if="property">
+ <li><img src="{propImageStyle:h}{property[image]:h}" flexy:if="property[image]" /></li>
+ <li><img src="{propImageStyle:h}{property[image2]:h}" flexy:if="property[image2]" /></li>
</ul>
{toolboxContent:h}
- <address propertyonly>
- 4749 Pleasantview Road · Harbor Springs, MI 49740 ~ 1-800-748-0245 · troutcreek.com
+ <address flexy:if="property">
+ {property[street]} · {property[city]}, {property[state]} {property[zip]} · {property[phone]} · {property[url]}
</address>
<div id="googlemap">
<!--<img src="tmpGooleMap.jpg">-->