added tpl_classes() function

This commit is contained in:
Anika Henke 2013-08-11 22:19:55 +01:00
parent b93aee0b42
commit 9082afe90a
4 changed files with 25 additions and 7 deletions

View file

@ -30,7 +30,7 @@ header('X-UA-Compatible: IE=edge,chrome=1');
<body>
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__detail" class="dokuwiki">
<div id="dokuwiki__detail" class="<?php echo tpl_classes(); ?>">
<?php html_msgarea() ?>
<?php if($ERROR){ print $ERROR; }else{ ?>