added tpl_classes() function
This commit is contained in:
parent
b93aee0b42
commit
9082afe90a
4 changed files with 25 additions and 7 deletions
|
|
@ -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{ ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue