Changeset 173273
- Timestamp:
- 11/13/2009 06:39:39 PM (16 years ago)
- Location:
- wp-realty
- Files:
-
- 3 edited
-
tags/1.0.6/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-realty.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-realty/tags/1.0.6/readme.txt
r173266 r173273 2 2 Contributors: Chad Broussard and Jared Ritchey 3 3 Donate link: http://www.wprealty.org/ 4 Tags: WordPress realty, real estate, idx, mls, rets, listings4 Tags: WordPress realty, real estate, idx, mls, rets, Wordpress listings 5 5 Requires at least: 2.6 6 6 Tested up to: 2.7 -
wp-realty/trunk/readme.txt
r173266 r173273 2 2 Contributors: Chad Broussard and Jared Ritchey 3 3 Donate link: http://www.wprealty.org/ 4 Tags: WordPress realty, real estate, idx, mls, rets, listings4 Tags: WordPress realty, real estate, idx, mls, rets, Wordpress listings 5 5 Requires at least: 2.6 6 6 Tested up to: 2.7 -
wp-realty/trunk/wp-realty.php
r173266 r173273 719 719 //$filepath_to_controlpanel = __FILE__; 720 720 echo '<div class="wrap">'; 721 echo '<style type="text/css" media="all"> 722 span.green-notice{ 723 background:#DAFDDF url(http://www.wprealty.org/images/statusok.gif) no-repeat scroll left center; 724 border-bottom:2px solid #8DC745; 725 border-top:2px solid #8DC745; 726 display:block; 727 font-weight:700; 728 height:24px; 729 line-height:24px; 730 margin:8px 0 20px; 731 padding:3px 0; 732 text-indent:30px; 733 }</style> 734 '; 721 735 echo '<h2>WP Realty</h2>'; 736 echo '<span class="green-notice"><a href="http://www.wprealty.org" title="WPRealty" target="_blank">Upgrade to WP Realty 2.0 Today!</a></span>'; 722 737 echo '<form method="post"> 723 738 <fieldset class="options"> … … 770 785 @session_start(); 771 786 echo '<div class="wrap">'; 787 echo '<style type="text/css" media="all"> 788 span.green-notice{ 789 background:#DAFDDF url(http://www.wprealty.org/images/statusok.gif) no-repeat scroll left center; 790 border-bottom:2px solid #8DC745; 791 border-top:2px solid #8DC745; 792 display:block; 793 font-weight:700; 794 height:24px; 795 line-height:24px; 796 margin:8px 0 20px; 797 padding:3px 0; 798 text-indent:30px; 799 }</style> 800 '; 801 echo '<span class="green-notice"><a href="http://www.wprealty.org" title="WPRealty" target="_blank">Upgrade to WP Realty 2.0 Today!</a></span>'; 772 802 echo '<h2>WP Realty v-1.0.6 - <a href="'.$config[baseurl].'/admin/index.php" onclick="return dw_loadExternal(this.href)">Admin</a> '; 773 803 echo '| <a href="'.$config[baseurl].'/admin/index.php?action=log_out" onclick="return dw_loadExternal(this.href)">Log Out</a>';
Note: See TracChangeset
for help on using the changeset viewer.