View Single Post
  #1  
Old 01-31-2007, 05:40 AM
 
plezaic plezaic is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 38
 

Default What does this code in home.tpl do?

I cut all this code out from home.tpl. Couldn't really figure out what exactly it does but it all seems to be in the top gray bar I wanted to remove. Any info on what all this is and what does it have to do with Checkout since my checkout seems to be just fine without this?

Thanks,
Predrag

Code:
<table cellpadding="0" cellspacing="0" width="100%"> {if $main ne "fast_lane_checkout"} <tr> <td class="HeadLine" height="22">&nbsp; </td> <td class="HeadLine" align="right">&nbsp; </td> </tr> {else} {* Fast Lane Checkout page *} <tr> <td colspan="2" class="HeadLine"> <form action="{$xcart_web_dir}/include/login.php" method="post" name="toploginform"> <input type="hidden" name="mode" value="logout" /> <input type="hidden" name="redirect" value="{$redirect}" /> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="FLCAuthPreBox"> <img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /> </td> {if $login ne ""} <td align="right" nowrap="nowrap"><b>{$userinfo.firstname} {$userinfo.lastname}</b> {$lng.txt_logged_in}</td> <td class="FLCAuthBox"> {if $js_enabled} {include file="buttons/button.tpl" button_title=$lng.lbl_logoff href="javascript: document.toploginform.submit();" js_to_href="Y"} {else} {include file="buttons/logout_menu.tpl"} {/if} </td> {/if} </tr> </table> </form> </td> </tr> {/if} {if $main ne "fast_lane_checkout"} <tr> <td colspan="2" valign="middle" height="32"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="HeadTopPad"><img src="{$ImagesDir}/spacer.gif" alt="" /></td> {if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'} <td class="PrintableRow" align="right">{include file="printable.tpl"}</td> {/if} </tr> </table> </td> </tr> {else} {* Fast Lane Checkout page *} <tr> <td colspan="2" class="FLCTopPad"><img src="{$ImagesDir}/spacer.gif" alt="" /></td> </tr> {/if} </table>
__________________
X-Cart Gold 4.1.10
X-AOM
BCSE-POS
Reply With Quote