個人用ツール

関数リファレンス/BcBaser getThemeUrl

提供: baserCMS公式ガイド

移動: 案内, 検索

説明

現在のテーマのURLを取得する。

使い方

$this->BcBaser->getThemeUrl();

戻り値

(string)
テーマURL

用例

基本

コード

<img src="<?php echo $this->BcBaser->getThemeUrl() ?>img/logo.png" />

応用

コード

 

出力

変更履歴

ソースファイル

関連資料