mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Maintenance & Bugs fixes
Glob() is expensive so cache the category files.
This commit is contained in:
parent
cd54414321
commit
8af0ef159f
8 changed files with 221 additions and 112 deletions
|
|
@ -25,7 +25,7 @@
|
|||
header("Location: $url");
|
||||
}
|
||||
?>
|
||||
<body class="home blog">
|
||||
<body class="<?php echo $bodyclass;?>">
|
||||
<?php if (facebook()) { echo facebook(); } ?>
|
||||
<?php if (login()) { toolbar(); } ?>
|
||||
<div id="page" class="hfeed site">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue