* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) Related/supported plugins ------------------------- * Avatar https://www.dokuwiki.org/plugin:avatar * Disqus https://www.dokuwiki.org/plugin:disqus * Shorturl https://www.dokuwiki.org/plugin:shorturl * Searchformgoto https://www.dokuwiki.org/plugin:searchformgoto References ---------- * https://www.dokuwiki.org/devel:localization#template_localization * http://getbootstrap.com/ * http://www.torrentreactor.net/ */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ @require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */ header('X-UA-Compatible: IE=edge'); // 애드센스처리 if (($ACT=="show")||($ACT=="showtag")) $noadsense=false; else $noadsense=true; if (p_get_metadata($ID,"adult")) $noadsense=true; ?>