Skip to content

Commit

Permalink
一覧へボタンの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Aug 29, 2016
1 parent e862360 commit e379c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions View/Elements/BbsArticles/view_bbs_article.ctp
Expand Up @@ -13,6 +13,10 @@ $linkFormatId = BbsArticlesController::LINK_ID_FORMAT;
?>

<?php if ($isRootArticle) : ?>
<header>
<?php echo $this->LinkButton->toList(); ?>
</header>

<h1 id="<?php echo sprintf($linkFormatId, $bbsArticle['BbsArticleTree']['id']); ?>">
<?php else : ?>
<h2 id="<?php echo sprintf($linkFormatId, $bbsArticle['BbsArticleTree']['id']); ?>">
Expand Down

0 comments on commit e379c46

Please sign in to comment.