OSDN Git Service

携帯関係のウィジェット、テンプレートを削除。
[magic3/magic3.git] / templates / themler_old / editor / includes / breadcrumbs_1.php
1 <?php
2 function breadcrumbs_1() {
3     $document = JFactory::getDocument();
4     $view = $document->view;
5     if (isset($GLOBALS['isModuleContentExists']) && false == $GLOBALS['isModuleContentExists'])
6         $GLOBALS['isModuleContentExists'] = $view->containsModules('breadcrumb') ? true : false;
7     ?>
8     <?php echo $view->position('breadcrumb', '', '1', 'breadcrumbs'); ?>
9     <?php
10 }