Search:

Type: Posts; User: Viktor

Search: Search took 0.01 seconds; generated 2 minute(s) ago.

  1. Happy to assist you. :)

    Happy to assist you. :)
  2. Hello Nguyen, Exist condition : {if...

    Hello Nguyen,

    Exist condition :
    {if $pageInfo.Controller == 'listing_details'} This condition required.
    This condition means: use only for listing details page. For other page will be without...
  3. Hello Nguyen, Please find this code in...

    Hello Nguyen,

    Please find this code in header.tpl


    <head>
    {if $pageInfo.Controller == 'listing_details'}
    <title>{$pageInfo.meta_title}</title>
    {else}
    <title>{foreach from=$title...
  4. Hello Nguyen Dat tai, Because title building...

    Hello Nguyen Dat tai,

    Because title building in content.tpl file.

    Find code:


    {if $rss || $print || $navIcons}
    <div class="fleft">
    <h1>{$pageInfo.name}</h1>
Results 1 to 4 of 4