Skip to content

Instantly share code, notes, and snippets.

@guzuri
Created October 3, 2013 01:32
Show Gist options
  • Save guzuri/6803264 to your computer and use it in GitHub Desktop.
Save guzuri/6803264 to your computer and use it in GitHub Desktop.
読み込んでいるテンプレートの名称を取得する
<?php
global $template;
$now_template = $template;
//hoge:Themeを入れているフォルダの名称
$now_template = preg_replace("/.+hoge\/(.+).php/","\\1",$now_file);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment