Home
last modified time | relevance | path

Searched refs:tpl_basedir (Results 76 – 81 of 81) sorted by relevance

1234

/template/kajukkk/
H A Dmain.php361 <form class="uk-form-horizontal" action="<?php echo tpl_basedir()?>newpage.php">
/template/dokutwitterbootstrap/
H A Dtpl_functions.php174 $url = tpl_basedir().$img;
/template/starterbootstrap/
H A Dtpl_functions.php113 $url = tpl_basedir().$img;
/template/bootstrap3/
H A DTemplate.php33 $this->baseDir = tpl_basedir();
731 $output .= '<img src="' . tpl_basedir() . "images/license/$license_img.png" . '" width="' . $size . '" height="' . $size . '" alt="' . $license_img . '" /> ';
1859 $admin_version->innertext .= '<div class="template__version"><img src="' . tpl_basedir() . 'images/bootstrap.png" class="p-2" height="32" width="32" alt="" />Template ' . $template_version . '</div>';
H A DRELEASE.md399 * #175: Use the ``tpl_basedir()`` function instead of deprecated ``DOKU_TPL`` constant (thanks to @umbomas)
/template/mikio/
H A Dmikio.php57 $this->baseDir = tpl_basedir();
2156 $url = tpl_basedir() . $img;

1234