Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 123) sorted by relevance

12345

/template/dokucms/
H A Dtpl_functions.php26 $tpl = $conf['template'];
28 if($conf['tpl'][$tpl]['sidebar']== 'file') {
75 $tpl = $conf['template'];
77 if(auth_quickaclcheck($sb) >= AUTH_EDIT and $conf['tpl'][$tpl]['sidebaredit']) {
96 $tpl = $conf['template'];
116 if($conf['tpl'][$tpl]['cleanindexlist']) {
117 $cleanindexlist = explode(',', $conf['tpl'][$tpl]['cleanindexlist']);
126 if($conf['tpl'][$tpl]['cleanindex']) {
H A DREADME.md21 Unpack the file somewhere. Move the directory named `dokucms` into the `/lib/tpl` directory of your…
69 Backup your DOKUWIKI_ROOT/lib/tpl/dokucms/style.ini. Unpack the file in DOKUWIKI_ROOT/lib/tpl/. Thi…
/template/wallpaper/
H A Dtpl_functions.php31 $tpl = $conf['template'];
40 if($conf['tpl'][$tpl]['menufilename']) {
41 $menufilename = $conf['tpl'][$tpl]['menufilename'];
45 if($conf['tpl'][$tpl]['usemenufile']) {
54 if(!$conf['tpl'][$tpl]['usemenufile'] or ($conf['tpl'][$tpl]['usemenufile'] and !$ff)) {
58 if($conf['tpl'][$tpl]['cleanindexlist']) {
59 $cleanindexlist = explode(',', $conf['tpl'][$tpl]['cleanindexlist']);
70 if($conf['tpl'][$tpl]['hiderootlinks']) {
80 $item2['title'] = $conf['tpl'][$tpl]['rootmenutext'];
90 if($conf['tpl'][$tpl]['cleanindex']) {
/template/sprintdoc/
H A Dtpl.php6 * Class tpl
9 * @package dokuwiki\tpl\dokuwiki
12 class tpl { class
138 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem('', $move->getLang('renamepage'), __DIR__ . '/images/tools/41-format-paint.svg', $attr);
155 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
173 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);
H A Ddeleted.files91 tpl/nav-main.php
92 tpl/nav-page-quality-tasks.php
93 tpl/nav-sitetools.php
94 tpl/nav-trace.php
95 tpl/nav-usermenu.php
96 tpl/nav-usertools.php
H A Ddetail.php56 include('tpl/favicon_tiles.php');
74 /* template Include: tpl/nav-direct */
77 <?php include('tpl/nav-direct.php') ?>
108 include('tpl/main-sidebar-logo.php');
176 include('tpl/main-sidebar-search.php');
207 include('tpl/main-sidebar-nav.php');
237 include('tpl/nav-usertools-buttons.php');
274 include('tpl/nav-breadcrumb.php');
290 echo '<li>' . dokuwiki\template\sprintdoc\tpl::pageToolAction('mediaManager') . '</li>';
291 echo '<li>' . dokuwiki\template\sprintdoc\tpl
[all...]
H A Dmain.php56 include('tpl/favicon_tiles.php');
80 /* template Include: tpl/nav-direct */
83 <?php include('tpl/nav-direct.php') ?>
131 include('tpl/main-sidebar-logo.php');
207 include('tpl/main-sidebar-search.php');
238 include('tpl/main-sidebar-nav.php');
267 include('tpl/nav-usertools-buttons.php');
269 include('tpl/nav-magicmatcher.php');
311 include('tpl/nav-page-attributes.php');
318 include('tpl/na
[all...]
/template/notos/
H A DCustomController.php15 protected $tpl; variable in dokuwiki\\template\\notos\\CustomController
18 public function __construct(TemplateController $tpl) argument
20 $this->tpl = $tpl;
/template/comicslate/
H A Dmain.php27 "\t\t" . '<link rel="icon" href="/lib/tpl/comicslate/images/logo/logo_back.svg" type="image/svg+xml…
28 $t2 . '<link rel = "manifest" href = "/lib/tpl/comicslate/images/site.webmanifest">' .
50 echo $t2 . '<link rel = "preload" href = "/lib/tpl/comicslate/fonts/dat_fest_comic.woff" as = "font…
51 …$t2 . '<link rel = "preload" href = "/lib/tpl/comicslate/fonts/dat_fest_comic.ttf" as = "font" typ…
/template/twigstarter/
H A DCustomControllerInterface.php12 * @param TemplateController $tpl The main template controller
14 public function __construct(TemplateController $tpl); argument
/template/twentyfifteen/
H A DREADME32 If you are using BlogTNG, create 'list.php' tpl file that produces the
51 and create 'entry.php' tpl file that produces the following HTML for individual
88 If you are using other plugins, check if the plugin supports tpl or modify the
/template/simpleclean/
H A DREADME.rst29 #. Unpack it into *<dokuwiki>/lib/tpl/* directory
39 Configuration parameters are located in *<dokuwiki>/lib/tpl/simpleclean/conf.php*
/template/myown/
H A DREADME.rst28 #. Unpack it into *<dokuwiki>/lib/tpl/* directory
39 Configuration parameters are located in *<dokuwiki>/lib/tpl/myown/conf.php*
/template/dokukit/
H A Dtpl_functions.php121 $tpl = $conf['template'];
145 $tpl = $conf['template'];
/template/sprintdoc/tpl/
H A Dnav-page-tools.php18 $data = dokuwiki\template\sprintdoc\tpl::assemblePageTools();
/template/mnml-blog/
H A DREADME21 downloaded archive into your DokuWiki's "lib/tpl/" folder. Then select the
30 The files in "lib/tpl/mnml-blog/blogtng-tpl" are a BlogTNG data
32 dirs below "lib/plugins/blogtng/tpl".
33 Hint: By default, there is only "lib/plugins/blogtng/tpl/default". You may
183 - "mnml-blog/blogtng-tpl"
/template/bulma/
H A DREADME.md9 Download or clone this repository to `lib/tpl/bulma`.
/template/dwsimple/
H A DREADME.txt1 dwsimple Template (http://wiki.splitbrain.org/wiki:tpl:dwsimple)
/template/dokuwikibee/dokuwikibee/
H A Dtemplate.info.txt2 author Beemoon and Co (original tpl from Anika Henke)
/template/dokuxp/
H A DREADME4 <dokuwiki-path>/lib/tpl/ directory.
/template/dokumac/
H A DREADME4 <dokuwiki-path>/lib/tpl/ directory.
/template/icke/
H A Dmain.php46 $qc->tpl();
/template/darkclean/
H A DREADME.rst36 #. Unpack it into *<dokuwiki>/lib/tpl/* directory
46 Configuration parameters are located in *<dokuwiki>/lib/tpl/mmclean/conf.php*
/template/monochrome/
H A DREADME.md17 Unpack the file in the /lib/tpl directory of your Dokuwiki installation. It will create a directory…
/template/peanutbutter/
H A DREADME.md17 Unpack the file in the /lib/tpl directory of your Dokuwiki installation. It will create a directory…

12345