mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-15 10:29:20 +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];
|
$time = $time[1] + $time[0];
|
||||||
$start = $time;
|
$start = $time;
|
||||||
include 'layout/head.php'; ?>
|
include 'layout/head.php'; ?>
|
||||||
<body>
|
<body<?php if (isset($page_filename) && strlen($page_filename) > 0) echo " class='page_{$page_filename}'"; ?>>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<?php include 'layout/header.php'; ?>
|
<?php include 'layout/header.php'; ?>
|
||||||
<div id="site_content">
|
<div id="site_content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user