mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-15 02:19:22 +02:00
Adding page specific class to layout body
This commit is contained in:
parent
58e6300cf7
commit
effe5d2b8e
@ -6,7 +6,7 @@
|
||||
$time = $time[1] + $time[0];
|
||||
$start = $time;
|
||||
include 'layout/head.php'; ?>
|
||||
<body>
|
||||
<body<?php if (isset($page_filename) && strlen($page_filename) > 0) echo " class='page_{$page_filename}'"; ?>>
|
||||
<div id="main">
|
||||
<?php include 'layout/header.php'; ?>
|
||||
<div id="site_content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user