13a03c4b6Sdesbest<?php 23a03c4b6Sdesbest/** 33a03c4b6Sdesbest * DokuWiki Parabola Template 43a03c4b6Sdesbest * Based on the starter template and a wordpress theme of the same name 53a03c4b6Sdesbest * 63a03c4b6Sdesbest * @link http://dokuwiki.org/template:parabola 73a03c4b6Sdesbest * @author desbest <afaninthehouse@gmail.com> 83a03c4b6Sdesbest * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 93a03c4b6Sdesbest */ 103a03c4b6Sdesbest 113a03c4b6Sdesbestif (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ 123a03c4b6Sdesbest@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */ 133a03c4b6Sdesbestheader('X-UA-Compatible: IE=edge,chrome=1'); 143a03c4b6Sdesbest 153a03c4b6Sdesbest$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); 163a03c4b6Sdesbest$showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); 173a03c4b6Sdesbest?><!DOCTYPE html> 183a03c4b6Sdesbest<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" 193a03c4b6Sdesbest lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js"> 203a03c4b6Sdesbest<head> 213a03c4b6Sdesbest <meta charset="UTF-8" /> 223a03c4b6Sdesbest <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> 233a03c4b6Sdesbest <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> 243a03c4b6Sdesbest <?php tpl_metaheaders() ?> 253a03c4b6Sdesbest <meta name="viewport" content="width=device-width,initial-scale=1" /> 263a03c4b6Sdesbest <?php echo tpl_favicon(array('favicon', 'mobile')) ?> 273a03c4b6Sdesbest <?php tpl_includeFile('meta.html') ?> 28*9a272093Sdesbest <script defer type="text/javascript" src="<?php echo tpl_basedir();?>/runmobilemenu.js"></script> 293a03c4b6Sdesbest</head> 303a03c4b6Sdesbest 313a03c4b6Sdesbest<body id="dokuwiki__top" wpclass="post-template-default single single-post postid-9 single-format-standard logged-in admin-bar parabola-image-four caption-light meta-light parabola_triagles parabola-menu-left customize-support" class=" <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>"> 323a03c4b6Sdesbest 333a03c4b6Sdesbest 343a03c4b6Sdesbest 353a03c4b6Sdesbest<?php //cryout_body_hook(); ?> 363a03c4b6Sdesbest 373a03c4b6Sdesbest<div id="wrapper" class="hfeed"> 383a03c4b6Sdesbest 393a03c4b6Sdesbest<?php ////cryout_wrapper_hook(); ?> 403a03c4b6Sdesbest<!-- parabola_slefts_socials // parabola_srights_socials --> 413a03c4b6Sdesbest 423a03c4b6Sdesbest 433a03c4b6Sdesbest<div id="header-full"> 443a03c4b6Sdesbest 453a03c4b6Sdesbest<?php tpl_includeFile('header.html') ?> 463a03c4b6Sdesbest<header id="header"> 473a03c4b6Sdesbest 483a03c4b6Sdesbest<?php //cryout_masthead_hook(); ?> 493a03c4b6Sdesbest<!-- parabola_top_menu --> 503a03c4b6Sdesbest 513a03c4b6Sdesbest <div id="masthead"> 523a03c4b6Sdesbest 533a03c4b6Sdesbest <div id="branding" role="banner"> 543a03c4b6Sdesbest 553a03c4b6Sdesbest <ul class="a11y skip"> 563a03c4b6Sdesbest <li><a href="#dokuwiki__content"><?php echo $lang['skip_to_content'] ?></a></li> 573a03c4b6Sdesbest </ul> 583a03c4b6Sdesbest 593a03c4b6Sdesbest <?php //cryout_branding_hook();?> 603a03c4b6Sdesbest <!-- parabola_title_and_description #header-container --> 613a03c4b6Sdesbest <div id="header-container"><div> 623a03c4b6Sdesbest <div id="site-title"><span><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></span></div> 633a03c4b6Sdesbest <?php /* how to insert logo instead (if no CSS image replacement technique is used): 643a03c4b6Sdesbest upload your logo into the data/media folder (root of the media manager) and replace 'logo.png' accordingly: 653a03c4b6Sdesbest tpl_link(wl(),'<img src="'.ml('logo.png').'" alt="'.$conf['title'].'" />','id="dokuwiki__top" accesskey="h" title="[H]"') */ ?> 663a03c4b6Sdesbest <?php if ($conf['tagline']): ?> 673a03c4b6Sdesbest <div id="site-description"><?php echo $conf['tagline'] ?></div> 683a03c4b6Sdesbest <?php endif ?> 693a03c4b6Sdesbest </div> 703a03c4b6Sdesbest 713a03c4b6Sdesbest <!-- <div class="socials" id="sheader"> 723a03c4b6Sdesbest <a target="_blank" rel="nofollow" href="#" class="socialicons social-YouTube" title="YouTube"><img alt="YouTube" src="http://localhost/wordpress/wp-content/themes/parabola/images/socials/YouTube.png"><div class="socials-hover"></div></a> 733a03c4b6Sdesbest <a target="_blank" rel="nofollow" href="#" class="socialicons social-Twitter" title="Twitter"><img alt="Twitter" src="http://localhost/wordpress/wp-content/themes/parabola/images/socials/Twitter.png"><div class="socials-hover"></div></a> 743a03c4b6Sdesbest <a target="_blank" rel="nofollow" href="#" class="socialicons social-RSS" title="RSS"><img alt="RSS" src="http://localhost/wordpress/wp-content/themes/parabola/images/socials/RSS.png"><div class="socials-hover"></div></a> 753a03c4b6Sdesbest </div> --> 763a03c4b6Sdesbest </div> 773a03c4b6Sdesbest 783a03c4b6Sdesbest <?php //cryout_header_widgets_hook(); ?> 793a03c4b6Sdesbest <!-- parabola_header_widget --> 803a03c4b6Sdesbest <!-- <div id="header-widget-area"> 813a03c4b6Sdesbest <ul class="yoyo"> 823a03c4b6Sdesbest <li id="meta-4" class="widget-container widget_meta"><h3 class="widget-title">Meta</h3> 833a03c4b6Sdesbest <ul> 843a03c4b6Sdesbest <li><a href="http://localhost/wordpress/wp-admin/">Site Admin</a></li> 853a03c4b6Sdesbest <li><a href="http://localhost/wordpress/wp-login.php?action=logout&_wpnonce=31916fb65c">Log out</a></li> 863a03c4b6Sdesbest <li><a href="#">Entries feed</a></li> 873a03c4b6Sdesbest <li><a href="#">Comments feed</a></li> 883a03c4b6Sdesbest <li><a href="#">WordPress.org</a></li> 893a03c4b6Sdesbest </ul> 903a03c4b6Sdesbest </li> 913a03c4b6Sdesbest </ul> 923a03c4b6Sdesbest </div> --> 933a03c4b6Sdesbest <div style="clear:both;"></div> 943a03c4b6Sdesbest 953a03c4b6Sdesbest </div><!-- #branding --> 963a03c4b6Sdesbest <a id="nav-toggle"><span> </span></a> 973a03c4b6Sdesbest <nav id="access" role="navigation"> 983a03c4b6Sdesbest 993a03c4b6Sdesbest <?php //cryout_access_hook();?> 1003a03c4b6Sdesbest <!-- parabola_main_menu --> 1013a03c4b6Sdesbest <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> 1023a03c4b6Sdesbest <div class="menu"><ul id="prime_nav" class="menu"> 1033a03c4b6Sdesbest <!-- SITE TOOLS --> 1043a03c4b6Sdesbest <h3 class="a11y"><?php echo $lang['site_tools'] ?></h3> 1053a03c4b6Sdesbest <?php tpl_toolsevent('sitetools', array( 1063a03c4b6Sdesbest 'recent' => tpl_action('recent', 1, 'li', 1), 1073a03c4b6Sdesbest 'media' => tpl_action('media', 1, 'li', 1), 1083a03c4b6Sdesbest 'index' => tpl_action('index', 1, 'li', 1), 1093a03c4b6Sdesbest )); ?> 1103a03c4b6Sdesbest </ul></div> 1113a03c4b6Sdesbest 1123a03c4b6Sdesbest </nav><!-- #access --> 1133a03c4b6Sdesbest 1143a03c4b6Sdesbest </div><!-- #masthead --> 1153a03c4b6Sdesbest 1163a03c4b6Sdesbest <div style="clear:both;height:1px;width:1px;"> </div> 1173a03c4b6Sdesbest 1183a03c4b6Sdesbest</header><!-- #header --> 1193a03c4b6Sdesbest</div><!-- #header-full --> 1203a03c4b6Sdesbest<div id="main"> 1213a03c4b6Sdesbest <div id="forbottom" > 1223a03c4b6Sdesbest <?php //cryout_forbottom_hook(); ?> 1233a03c4b6Sdesbest <!-- parabola_top_menu --> 1243a03c4b6Sdesbest 1253a03c4b6Sdesbest <div style="clear:both;"> </div> 1263a03c4b6Sdesbest 1273a03c4b6Sdesbest <?php //cryout_breadcrumbs_hook();?> 1283a03c4b6Sdesbest <!-- parabola_breadcrumbs --> 1293a03c4b6Sdesbest 1303a03c4b6Sdesbest<div style="clear:both;"></div> 1313a03c4b6Sdesbest 1323a03c4b6Sdesbest 1333a03c4b6Sdesbest 1343a03c4b6Sdesbest<section id="container" class="two-columns-right" wpclass="<?php //echo parabola_get_layout_class(); ?>"> 1353a03c4b6Sdesbest<div id="content" role="main"> 1363a03c4b6Sdesbest <?php //cryout_before_content_hook(); ?> 1373a03c4b6Sdesbest 1383a03c4b6Sdesbest <!-- <div <?php //post_class(); ?>> 1393a03c4b6Sdesbest <h1 class="entry-title"><?php //the_title(); ?></h1> 1403a03c4b6Sdesbest <?php //cryout_post_title_hook(); ?> 1413a03c4b6Sdesbest <div class="entry-meta"> 1423a03c4b6Sdesbest <?php //parabola_meta_before(); cryout_post_meta_hook(); ?> 1433a03c4b6Sdesbest </div> --><!-- .entry-meta --> 1443a03c4b6Sdesbest 1453a03c4b6Sdesbest <?php html_msgarea() /* occasional error and info messages on top of the page */ ?> 1463a03c4b6Sdesbest 1473a03c4b6Sdesbest <!-- BREADCRUMBS --> 1483a03c4b6Sdesbest <?php if($conf['breadcrumbs']){ ?> 1493a03c4b6Sdesbest <div class="breadcrumbs"><?php tpl_breadcrumbs() ?></div> 1503a03c4b6Sdesbest <?php } ?> 1513a03c4b6Sdesbest <?php if($conf['youarehere']){ ?> 1523a03c4b6Sdesbest <div class="breadcrumbs"><?php tpl_youarehere() ?></div> 1533a03c4b6Sdesbest <?php } ?> 1543a03c4b6Sdesbest 1553a03c4b6Sdesbest <div class="entry-content"> 1563a03c4b6Sdesbest <!-- ********** CONTENT ********** --> 1573a03c4b6Sdesbest <div id="dokuwiki__content"> 1583a03c4b6Sdesbest <?php tpl_flush() /* flush the output buffer */ ?> 1593a03c4b6Sdesbest <?php tpl_includeFile('pageheader.html') ?> 1603a03c4b6Sdesbest 1613a03c4b6Sdesbest <div class="page"> 1623a03c4b6Sdesbest <!-- wikipage start --> 1633a03c4b6Sdesbest <?php tpl_content() /* the main content */ ?> 1643a03c4b6Sdesbest <!-- wikipage stop --> 1653a03c4b6Sdesbest <div class="clearer"></div> 1663a03c4b6Sdesbest </div> 1673a03c4b6Sdesbest 1683a03c4b6Sdesbest <?php tpl_flush() ?> 1693a03c4b6Sdesbest <?php tpl_includeFile('pagefooter.html') ?> 1703a03c4b6Sdesbest </div><!-- /content --> 1713a03c4b6Sdesbest <?php //the_content(); ?> 1723a03c4b6Sdesbest <?php //wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'parabola' ), 'after' => '</span></div>' ) ); ?> 1733a03c4b6Sdesbest </div><!-- .entry-content --> 1743a03c4b6Sdesbest 1753a03c4b6Sdesbest <!-- <div id="entry-author-info"> 1763a03c4b6Sdesbest <div id="author-avatar"> 1773a03c4b6Sdesbest <?php //echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'parabola_author_bio_avatar_size', 60 ) ); ?> 1783a03c4b6Sdesbest </div><!-- #author-avatar --> 1793a03c4b6Sdesbest <!-- 1803a03c4b6Sdesbest <div id="author-description"> 1813a03c4b6Sdesbest <h4>About this author</h4> 1823a03c4b6Sdesbest <?php //the_author_meta( 'description' ); ?> 1833a03c4b6Sdesbest <div id="author-link"> 1843a03c4b6Sdesbest <a href="<?php //echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> 1853a03c4b6Sdesbest <?php //printf( 'View all posts by this author'.'<span class="meta-nav">→</span>' ); ?> 1863a03c4b6Sdesbest </a> 1873a03c4b6Sdesbest </div><!-- #author-link --> 1883a03c4b6Sdesbest <!-- 1893a03c4b6Sdesbest </div><!-- #author-description --> 1903a03c4b6Sdesbest <!-- </div --><!-- #entry-author-info --> 1913a03c4b6Sdesbest 1923a03c4b6Sdesbest <!-- <div class="entry-utility"> 1933a03c4b6Sdesbest <?php //parabola_posted_in(); ?> 1943a03c4b6Sdesbest <?php //edit_post_link( __( 'Edit', 'parabola' ), '<span class="edit-link">', '</span>' ); cryout_post_footer_hook(); ?> 1953a03c4b6Sdesbest </div><!-- .entry-utility --> 1963a03c4b6Sdesbest <!-- </div><!-- #post-## --> 1973a03c4b6Sdesbest 1983a03c4b6Sdesbest <!-- <div id="nav-below" class="navigation"> 1993a03c4b6Sdesbest <div class="nav-previous"><?php //previous_post_link( '%link', '<span class="meta-nav">«</span> %title' ); ?></div> 2003a03c4b6Sdesbest <div class="nav-next"><?php //next_post_link( '%link', '%title <span class="meta-nav">»</span>' ); ?></div> 2013a03c4b6Sdesbest </div> --><!-- #nav-below --> 2023a03c4b6Sdesbest 2033a03c4b6Sdesbest <?php //comments_template( '', true ); ?> 2043a03c4b6Sdesbest 2053a03c4b6Sdesbest 2063a03c4b6Sdesbest <?php //cryout_after_content_hook(); ?> 2073a03c4b6Sdesbest</div><!-- #content --> 2083a03c4b6Sdesbest 2093a03c4b6Sdesbest<?php //parabola_get_sidebar(); ?> 2103a03c4b6Sdesbest 2113a03c4b6Sdesbest<div id="secondary" class="widget-area sidey" role="complementary"> 2123a03c4b6Sdesbest 2133a03c4b6Sdesbest <div id="search-10" class="widget-container widget_search"> 2143a03c4b6Sdesbest <!-- <form role="search" method="get" class="searchform" action="http://localhost/wordpress/"> 2153a03c4b6Sdesbest <label> 2163a03c4b6Sdesbest <span class="screen-reader-text">Search for:</span> 2173a03c4b6Sdesbest <input type="search" class="s" placeholder="SEARCH" value="" name="s"> 2183a03c4b6Sdesbest </label> 2193a03c4b6Sdesbest <button type="submit" class="searchsubmit"><span class="screen-reader-text">Search</span></button> 2203a03c4b6Sdesbest </form> --> 2213a03c4b6Sdesbest <h3 class="widget-title">Search</h3> 2223a03c4b6Sdesbest <?php tpl_searchform() ?> 2233a03c4b6Sdesbest </div> 2243a03c4b6Sdesbest 2253a03c4b6Sdesbest <div id="anotherone" class="widget-container"> 2263a03c4b6Sdesbest <!-- <h3 class="widget-title">xxx</h3> --> 2273a03c4b6Sdesbest <!-- ********** ASIDE ********** --> 2283a03c4b6Sdesbest <?php if ($showSidebar): ?> 2293a03c4b6Sdesbest <div id="writtensidebar"> 2303a03c4b6Sdesbest <?php tpl_includeFile('sidebarheader.html') ?> 2313a03c4b6Sdesbest <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?> 2323a03c4b6Sdesbest <?php tpl_includeFile('sidebarfooter.html') ?> 2333a03c4b6Sdesbest <div class="clearer"></div> 2343a03c4b6Sdesbest </div><!-- /aside --> 2353a03c4b6Sdesbest <?php endif; ?> 2363a03c4b6Sdesbest </div> 2373a03c4b6Sdesbest 2383a03c4b6Sdesbest <ul class="xoxo"> 2393a03c4b6Sdesbest 2403a03c4b6Sdesbest <?php if ($showTools): ?> 2413a03c4b6Sdesbest <li class="widget-container"><h3 class="widget-title">Page Tools</h3> 2423a03c4b6Sdesbest <!-- PAGE ACTIONS --> 2433a03c4b6Sdesbest <h3 class="a11y"><?php echo $lang['page_tools'] ?></h3> 2443a03c4b6Sdesbest <ul> 2453a03c4b6Sdesbest <?php tpl_toolsevent('pagetools', array( 2463a03c4b6Sdesbest 'edit' => tpl_action('edit', 1, 'li', 1), 2473a03c4b6Sdesbest 'discussion'=> _tpl_action('discussion', 1, 'li', 1), 2483a03c4b6Sdesbest 'revisions' => tpl_action('revisions', 1, 'li', 1), 2493a03c4b6Sdesbest 'backlink' => tpl_action('backlink', 1, 'li', 1), 2503a03c4b6Sdesbest 'subscribe' => tpl_action('subscribe', 1, 'li', 1), 2513a03c4b6Sdesbest 'revert' => tpl_action('revert', 1, 'li', 1), 2523a03c4b6Sdesbest 'top' => tpl_action('top', 1, 'li', 1), 2533a03c4b6Sdesbest )); ?> 2543a03c4b6Sdesbest </ul> 2553a03c4b6Sdesbest </li> 2563a03c4b6Sdesbest <?php endif; ?> 2573a03c4b6Sdesbest <?php if ($conf['useacl'] && $showTools): ?> 2583a03c4b6Sdesbest <li class="widget-container"> <h3 class="widget-title">User Tools</h3> 2593a03c4b6Sdesbest <ul> 2603a03c4b6Sdesbest <!-- USER TOOLS --> 2613a03c4b6Sdesbest <h3 class="a11y"><?php echo $lang['user_tools'] ?></h3> 2623a03c4b6Sdesbest <?php 2633a03c4b6Sdesbest if (!empty($_SERVER['REMOTE_USER'])) { 2643a03c4b6Sdesbest echo '<li class="user">'; 2653a03c4b6Sdesbest tpl_userinfo(); /* 'Logged in as ...' */ 2663a03c4b6Sdesbest echo '</li>'; 2673a03c4b6Sdesbest } 2683a03c4b6Sdesbest ?> 2693a03c4b6Sdesbest <?php /* the optional second parameter of tpl_action() switches between a link and a button, 2703a03c4b6Sdesbest e.g. a button inside a <li> would be: tpl_action('edit', 0, 'li') */ 2713a03c4b6Sdesbest ?> 2723a03c4b6Sdesbest <?php tpl_toolsevent('usertools', array( 2733a03c4b6Sdesbest 'admin' => tpl_action('admin', 1, 'li', 1), 2743a03c4b6Sdesbest 'userpage' => _tpl_action('userpage', 1, 'li', 1), 2753a03c4b6Sdesbest 'profile' => tpl_action('profile', 1, 'li', 1), 2763a03c4b6Sdesbest 'register' => tpl_action('register', 1, 'li', 1), 2773a03c4b6Sdesbest 'login' => tpl_action('login', 1, 'li', 1), 2783a03c4b6Sdesbest )); ?> 2793a03c4b6Sdesbest </ul> 2803a03c4b6Sdesbest </li> 2813a03c4b6Sdesbest <?php endif ?> 2823a03c4b6Sdesbest</ul> 2833a03c4b6Sdesbest 2843a03c4b6Sdesbest</div> 2853a03c4b6Sdesbest 2863a03c4b6Sdesbest</section><!-- #container --> 2873a03c4b6Sdesbest 2883a03c4b6Sdesbest <!-- <footer id="footer" role="contentinfo"> 2893a03c4b6Sdesbest <div id="colophon"> 2903a03c4b6Sdesbest 2913a03c4b6Sdesbest <?php //get_sidebar( 'footer' );?> 2923a03c4b6Sdesbest 2933a03c4b6Sdesbest </div><!-- #colophon --> 2943a03c4b6Sdesbest <!-- 2953a03c4b6Sdesbest <div id="footer2"> 2963a03c4b6Sdesbest <div id="footer2-inner"> 2973a03c4b6Sdesbest <?php //cryout_footer_hook(); ?> 2983a03c4b6Sdesbest <!-- parabola_footer_socials // parabola_site_info // parabola_copyright --> 2993a03c4b6Sdesbest <!-- 3003a03c4b6Sdesbest </div> 3013a03c4b6Sdesbest </div><!-- #footer2 --> 3023a03c4b6Sdesbest 3033a03c4b6Sdesbest <!-- </footer> --><!-- #footer --> 3043a03c4b6Sdesbest 3053a03c4b6Sdesbest </div> <!-- #forbottom --> 3063a03c4b6Sdesbest </div><!-- #main --> 3073a03c4b6Sdesbest 3083a03c4b6Sdesbest <footer id="footer" role="contentinfo"> 3093a03c4b6Sdesbest <div id="colophon"></div><!-- #colophon --> 3103a03c4b6Sdesbest 3113a03c4b6Sdesbest <div id="footer2"> 3123a03c4b6Sdesbest <div id="footer2-inner"> 3133a03c4b6Sdesbest <nav class="footermenu"><ul id="menu-social-media-links" class="menu"> 3143a03c4b6Sdesbest <li class="menu-item"><a href="#">Link 1</a></li> 3153a03c4b6Sdesbest <li class="menu-item"><a href="#">Link 2</a></li> 3163a03c4b6Sdesbest <li class="menu-item"><a href="#">Link 3</a></li> 3173a03c4b6Sdesbest <li class="menu-item"><a href="#">Link 4</a></li> 3183a03c4b6Sdesbest </ul></nav> 3193a03c4b6Sdesbest 3203a03c4b6Sdesbest <div id="site-copyright"> 3213a03c4b6Sdesbest <div class="doc"><?php tpl_pageinfo() /* 'Last modified' etc */ ?></div> 3223a03c4b6Sdesbest <?php tpl_license('button') /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?> 3233a03c4b6Sdesbest <!-- This text can be changed from the Miscellaneous section of the settings page. <br> 3243a03c4b6Sdesbest <b>Lorem ipsum</b> dolor sit amet, <a href="#">consectetur adipiscing</a> elit, cras ut imperdiet augue. --> 3253a03c4b6Sdesbest </div> 3263a03c4b6Sdesbest <div style="text-align:center;padding:5px 0 2px;text-transform:uppercase;font-size:12px;margin:1em auto 0;"> 3273a03c4b6Sdesbest Powered by <a target="_blank" href="#" title="Parabola Theme by Cryout Creations">Parabola</a> 3283a03c4b6Sdesbest & 3293a03c4b6Sdesbest <a target="_blank" href="#" title="Converted to Dokuwiki by desbest">desbest</a> 3303a03c4b6Sdesbest & 3313a03c4b6Sdesbest <a target="_blank" href="#" title="Flat file wiki script"> Dokuwiki</a> 3323a03c4b6Sdesbest . 3333a03c4b6Sdesbest </div><!-- #site-info --> 3343a03c4b6Sdesbest 3353a03c4b6Sdesbest <!-- <div class="socials" id="sfooter"> 3363a03c4b6Sdesbest <a target="_blank" rel="nofollow" href="#" class="socialicons social-YouTube" title="YouTube"><img alt="YouTube" src="http://localhost/wordpress/wp-content/themes/parabola/images/socials/YouTube.png"><div class="socials-hover"></div></a> 3373a03c4b6Sdesbest <a target="_blank" rel="nofollow" href="#" class="socialicons social-Twitter" title="Twitter"><img alt="Twitter" src="http://localhost/wordpress/wp-content/themes/parabola/images/socials/Twitter.png"><div class="socials-hover"></div></a> 3383a03c4b6Sdesbest <a target="_blank" rel="nofollow" href="#" class="socialicons social-RSS" title="RSS"><img alt="RSS" src="http://localhost/wordpress/wp-content/themes/parabola/images/socials/RSS.png"><div class="socials-hover"></div></a> 3393a03c4b6Sdesbest </div> --> 3403a03c4b6Sdesbest <div class="no"><?php tpl_indexerWebBug() /* provide DokuWiki housekeeping, required in all templates */ ?></div> 3413a03c4b6Sdesbest </div><!-- #footer2 --> 3423a03c4b6Sdesbest 3433a03c4b6Sdesbest </footer> 3443a03c4b6Sdesbest <?php tpl_includeFile('footer.html') ?> 3453a03c4b6Sdesbest 3463a03c4b6Sdesbest</div><!-- #wrapper --> 3473a03c4b6Sdesbest 3483a03c4b6Sdesbest 3493a03c4b6Sdesbest<!-- end of parabola --> 3503a03c4b6Sdesbest 3513a03c4b6Sdesbest 3523a03c4b6Sdesbest <?php /* with these Conditional Comments you can better address IE issues in CSS files, 3533a03c4b6Sdesbest precede CSS rules by #IE8 for IE8 (div closes at the bottom) */ ?> 3543a03c4b6Sdesbest <!--[if lte IE 8 ]><div id="IE8"><![endif]--> 3553a03c4b6Sdesbest 3563a03c4b6Sdesbest <?php /* the "dokuwiki__top" id is needed somewhere at the top, because that's where the "back to top" button/link links to */ ?> 3573a03c4b6Sdesbest <?php /* tpl_classes() provides useful CSS classes; if you choose not to use it, the 'dokuwiki' class at least 3583a03c4b6Sdesbest should always be in one of the surrounding elements (e.g. plugins and templates depend on it) */ ?> 3593a03c4b6Sdesbest 3603a03c4b6Sdesbest 3613a03c4b6Sdesbest</body> 3623a03c4b6Sdesbest</html> 363