Tamam, url ile bir sayfa var diyelim: URL.com/checkout/completed
, nasıl kurulum bir cetveli gerçekleştirmek için eğer:
<if "This page has url of checkout/completed">
No Content
<else>
Content
</if>
Bir yolu var mı? Basit bir yolu, benim php / smarty-fu .. Bir çok yoksun.
EDIT:
{if $smarty.server.REDIRECT_URL eq 'http://www.euroworker.no/checkout/completed'}
{else}
<div id="scrollwrap">
<div class="scrollFieldContent">
Scrolled content
</div>
<div class="probetalings">Velg betalingsmåte</div>
{include file="/choosePaymentMethod.tpl"}
</div>
{/if}
Teşekkürler.