Re: Re: blockの作成・編集時に、そのページのテーマのパスを取得したい。
2011年1月24日 at 10:30
taoさま
ありがとうございます。
提示して頂いた方法で取得する事ができました。
後、試していると
$pt = PageTheme::getSiteTheme();
$path = $pt->getThemeURL();
でも取得する事が出来ました。
まだよくオブジェクトの関係を理解出来ていないようです....
3.の$pt->getCollectionThemeObject();は$pt = $currentPage->getCollectionThemeObject();の打ち間違いでした...
Your post has been saved and will be published after approval by the forum moderator.