コード例 #1
0
ファイル: profilef.php プロジェクト: vstorm83/propertease
 public function profilegetpastsearchesoutput()
 {
     return '<div class="reportHeader"><div class="title">ALL REPORTS</div></div>' . profilef::profilegetpastsearches();
 }
コード例 #2
0
 public function profilegetpastsearchesoutput()
 {
     return '<h2>Search History</h2>' . profilef::profilegetpastsearches();
 }