mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Adding page specific class to layout body
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user