Home
last modified time | relevance | path

Searched refs:tpl_classes (Results 176 – 200 of 243) sorted by relevance

12345678910

/template/cleanresurrected/
H A Dmain.php38 <div id="dokuwiki__top" class="outercontainer <?php echo tpl_classes(); ?> <?php echo ($showSideb…
/template/darkwood/
H A Dmain.php31 <body class=" <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
/template/launch/
H A Dmain.php43 <body class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
/template/writr/
H A Dmain.php30 <body id="dokuwiki__top" class="sidebar-closed <?php if(tpl_getConf('useTooltips')){ echo "enableTooltips"; } ?> <?php echo tpl_classes(); ?> <?php if(tpl_getConf('useToolbar')){ echo "enableToolbar"; } else { echo "disableToolbar"; } ?>">
/template/bootie/
H A Dmain.php65 <div class="container <?php echo tpl_classes() ?>" id="dokuwiki__top" style="position: relative">
/template/pinkberrynight/
H A Dmain.php37 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
/template/fictive/
H A Dmain.php33 <body id="dokuwiki__top" class="<?php echo tpl_classes(); ?> <?php
/template/ad-hominem/
H A Dmain.php32 <body class="site <?php echo trim(tpl_classes()) . (tpl_getConf('darkmode') == 'allow' ? ' darkmode' : '') . (tpl_getConf('printstyle') !== 'basic' ? ' print-' . tpl_getConf('printstyle') : ''); ?>" data-pageid="<?php echo $ID; ?>">
H A Ddetail.php32 <body class="mediadetail <?php echo trim(tpl_classes()); ?>">
/template/starter/
H A Dmain.php31 <?php /* tpl_classes() provides useful CSS classes; if you choose not to use it, the 'dokuwiki' class at least
33 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
/template/nostalgia/
H A Dmain.php58 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
/template/newspaper/
H A Dmain.php63 <div id="wrapper" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar'…
/template/ravel/
H A Dmain.php39 …<div id="container" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSideb…
/template/notepad/
H A Dmain.php30 <body id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasS…
/template/monochrome/
H A Dmain.php50 <div id="dokuwiki__top" class="site ', tpl_classes();
/template/mywiki/
H A Dmain.php36 …<div id="wrap" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' :…
/template/peanutbutter/
H A Dmain.php52 <div id="dokuwiki__top" class="site ', tpl_classes();
/template/codowik/
H A Ddetail.php39 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?>">
/template/klean/
H A Dmain.php33 …ngle-format-standard logged-in admin-bar customize-support <?php echo tpl_classes(); ?> <?php ech…
/template/jessica/
H A Dmain.php47 <div id="dokuwiki__top" class="wrapper site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) …
/template/panoramacake/
H A Dmain.php227 …<div id="dokuwiki__content"><div class="thumbshere site <?php echo tpl_classes(); ?> <?php echo ($…
/template/cowboy/
H A Dtpl_functions.php108 function tpl_classes() { function
/template/plaintext/
H A Dtpl_functions.php108 function tpl_classes() { function
/template/benjamin/
H A Dtpl_functions.php108 function tpl_classes() { function
/template/m1/
H A Dtpl_functions.php108 function tpl_classes() { function

12345678910