| Code: : |
session_start(); include("common.php"); $Manager = new Manager; $Manager->log_domain($AGENT,$ADMIN,$count_domain); if ($home){ $Manager->create_header($link,"","",$biz_row[BizName],$domain,$templates); } else { $Manager->create_header($link,$AGENT,$ADMIN,$biz_row[BizName],$domain,$templates); } if ($action == "agent_display" or $agent_display){ if ($agentnum) $ID = $agentnum; if ($agent_display) $ID = $agent_display; $Manager->create_generic_page($link,$domain,$templates,'NoContentNoFeatured'); $Manager->create_agent_display ($link,$ID,$domain,$templates); echo $Manager->end_generic(); } else { $Manager->create_generic_page($link,$domain,$templates,'NoContent'); ?> <!-- START PAGE BELOW THIS LINE --> <IMG SRC="images/logo.gif" width="469" height="59" ALT="Real Estate Listing Manager for Realtors Brokers and Agents" BORDER="0"> <br> <h3>Welcome to your new software!</h3> This is a sample home page... your content goes here. <br><br> This file can be found in the main directory called <b>index.php</b> <br><br> <!-- END PAGE ABOVE THIS LINE --> <? } echo $Manager->end_generic(); $Manager->create_footer($link,$biz_row,$AGENT,$ADMIN,$domain,$templates); ?> |
| Code: : |
<!-- start generic.tpl --> <DIV ALIGN=LEFT > <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 > <TR> <TD WIDTH="140" CLASS="MenuBgcolor"> </TD> <TD > </TD> </TR> </TABLE> </DIV> <TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0"> <TR> <TD CLASS="MenuBgcolor" WIDTH="140"><IMG SRC="images/clear.gif" HEIGHT="2" alt="real estate, realestate, web design, website design, real estate web design, real estate web site design, realestate website design, real estate listing, real estate listing management software, real estate listing manager"></TD> </TR> <TR> <TD CLASS="MenuBgcolor" WIDTH="140" VALIGN=TOP ALIGN=CENTER > <TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0> <TR> <TD HEIGHT=25 VALIGN=MIDDLE ALIGN=CENTER CLASS="SideMenuHeader"> <B>Local Links</B></TD> </TR> </TABLE> <TABLE BORDER=0 WIDTH="140" CELLPADDING=0 CELLSPACING=3> <TR> <TD><IMG SRC="images/clear.gif" HEIGHT="2" alt="real estate, realestate, web design, website design, real estate web design, real estate web site design, realestate website design, real estate listing, real estate listing management software, real estate listing manager"></TD> </TR> <!-- BEGIN DYNAMIC BLOCK: local_links --> <TR > <TD HEIGHT=22 ALIGN=LEFT VALIGN="baseline"> <A CLASS="SideMenuLinks" HREF="{LLL}">{LLN}</A></TD> </TR> <!-- END DYNAMIC BLOCK: local_links --> </TABLE> <BR> <TABLE BORDER=0 WIDTH="140" CELLPADDING=0 CELLSPACING=0> <TR> <TD HEIGHT=25 VALIGN=MIDDLE ALIGN=CENTER CLASS="SideMenuHeader"> <B>Favorite Links</B></TD> </TR> </TABLE> <TABLE BORDER=0 WIDTH="140" CELLPADDING=0 CELLSPACING=3> <TR> <TD><IMG SRC="images/clear.gif" HEIGHT="2" alt="real estate, realestate, web design, website design, real estate web design, real estate web site design, realestate website design, real estate listing, real estate listing management software, real estate listing manager"></TD> </TR> <!-- BEGIN DYNAMIC BLOCK: favorite_links --> <TR > <TD HEIGHT=22 ALIGN=LEFT VALIGN="baseline"> <A CLASS="SideMenuLinks" HREF="frames.php?goto=http://{FLL}">{FLN}</A></TD> </TR> <!-- END DYNAMIC BLOCK: favorite_links --> </TABLE> <BR> {FEATURED} <TABLE BORDER=0 WIDTH="140" CELLPADDING=0 CELLSPACING=0> <TR> <TD HEIGHT=25 VALIGN=MIDDLE ALIGN=CENTER CLASS="SideMenuHeader"> <B>Search Listings</B></TD> </TR> <TR> <TD><IMG SRC="images/clear.gif" height="4" alt="real estate, realestate, web design, website design, real estate web design, real estate web site design, realestate website design, real estate listing, real estate listing management software, real estate listing manager"></TD> </TR> <TR> <TD ALIGN="center"> <FORM METHOD="POST" ACTION="propview.php"> <INPUT TYPE=TEXT SIZE="8" NAME="find"><BR> <INPUT TYPE=SUBMIT CLASS="forms" VALUE="Search"> </FORM></TD> </TR> </TABLE> </TD> <TD VALIGN=TOP ALIGN=CENTER WIDTH="100%"> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"> <TR> <TD VALIGN=TOP ALIGN=CENTER> <div align="center" class="BODY"> {CONTENT} <!-- end generic.tpl --> |
| webmorpheous Wrote: : |
| hm...if it is on server you wont be able t read the code, so ill post it in here: |
| Dashe Wrote: : |
| Links will do fine, just one or two |