mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Silence is golden
This commit is contained in:
parent
7f85f7d6a2
commit
2460e5c6c1
90 changed files with 90 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="page type-page hentry">
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title">Search results not found!</h1>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="page type-page hentry">
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title">This page doesn't exist!</h1>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<?php if (isset($is_category)):?>
|
||||
<header class="page-header"><h1 class="page-title"><?php echo i18n('Category');?>: <?php echo $category->title;?></h1><div class="taxonomy-description"><?php echo $category->body;?></div></header>
|
||||
<?php endif;?>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="post type-post hentry ">
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title"><?php echo i18n('No_posts_found');?>!</h1>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="post type-post hentry <?php if (!empty($p->image) || !empty ($p->audio) || !empty ($p->video)):?>has-post-thumbnail<?php endif;?>">
|
||||
<?php if (!empty($p->image)):?>
|
||||
<div class="post-thumbnail">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="page type-page hentry">
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title"><?php echo $name ?></h1>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="page type-page hentry">
|
||||
<header class="entry-header">
|
||||
<?php if (login()) { echo tab($p); } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue