XPressME Integration Kit

Trac


Ignore:
Timestamp:
Nov 20, 2009, 2:52:16 PM (14 years ago)
Author:
toemon
Message:

MUブランチにVer2.2.0RC1の変更内容をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/XPressMU/xpressme_integration_kit/include/xpress_breadcrumbs.php

    r59 r451  
    11<?php 
     2function get_breadcrumbs(){ 
    23//      $xoops_breadcrumbs[0] = array( 'name' => get_bloginfo('description') , 'url' => get_settings('home')); 
    34        $xoops_breadcrumbs[0] = array( 'name' => get_bloginfo('name') , 'url' => get_settings('home')); 
     
    4647                } 
    4748        } 
    48         $xoopsTpl->assign('xoops_breadcrumbs', $xoops_breadcrumbs); 
     49        return $xoops_breadcrumbs; 
     50} 
    4951?> 
Note: See TracChangeset for help on using the changeset viewer.