Changeset 3172 for trunk/template


Ignore:
Timestamp:
Mar 5, 2009, 10:08:04 PM (15 years ago)
Author:
patdenice
Message:

Create navigation_bar.tpl file.
Move create_navigation_bar function from functions_html.inc.php to functions.inc.php.

Location:
trunk/template/yoga
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/comments.tpl

    r2480 r3172  
    6666</form>
    6767
    68 <div class="navigationBar">{$NAVBAR}</div>
     68{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
    6969
    7070{if isset($comments)}
  • trunk/template/yoga/index.tpl

    r3145 r3172  
    104104{if !empty($THUMBNAILS) }{$THUMBNAILS}{/if}
    105105
    106 
    107 {if !empty($NAV_BAR) }
    108 <div class="navigationBar">
    109   {$NAV_BAR}
    110 </div>
    111 {/if}
     106{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
    112107
    113108{if !empty($CONTENT_DESCRIPTION) }
  • trunk/template/yoga/picture.tpl

    r2902 r3172  
    256256                <h3>{$pwg->l10n_dec('%d comment', '%d comments',$COMMENT_COUNT)}</h3>
    257257  {/if}
    258         {if !empty($COMMENT_NAV_BAR)}
    259         <div class="navigationBar">{$COMMENT_NAV_BAR}</div>
    260         {/if}
     258  {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
    261259
    262260        {if isset($comments)}
Note: See TracChangeset for help on using the changeset viewer.