This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Silence is golden
pull/440/head
danpros
4 years ago
parent
7f85f7d6a2
commit
2460e5c6c1
90 changed files
with
90 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.php
+1
-0
system/admin/admin.php
+1
-0
system/admin/views/404.html.php
+1
-0
system/admin/views/add-content.html.php
+1
-0
system/admin/views/add-page.html.php
+1
-0
system/admin/views/backup-start.html.php
+1
-0
system/admin/views/backup.html.php
+1
-0
system/admin/views/categories.html.php
+1
-0
system/admin/views/category-list.html.php
+1
-0
system/admin/views/clear-cache.html.php
+1
-0
system/admin/views/config-custom.html.php
+1
-0
system/admin/views/config-metatags.html.php
+1
-0
system/admin/views/config-performance.html.php
+1
-0
system/admin/views/config-reading.html.php
+1
-0
system/admin/views/config-widget.html.php
+1
-0
system/admin/views/config.html.php
+1
-0
system/admin/views/content-type.html.php
+1
-0
system/admin/views/delete-category.html.php
+1
-0
system/admin/views/delete-page.html.php
+1
-0
system/admin/views/delete-post.html.php
+1
-0
system/admin/views/denied.html.php
+1
-0
system/admin/views/edit-content.html.php
+1
-0
system/admin/views/edit-page.html.php
+1
-0
system/admin/views/import.html.php
+1
-0
system/admin/views/layout.html.php
+1
-0
system/admin/views/login.html.php
+1
-0
system/admin/views/logout.html.php
+1
-0
system/admin/views/main.html.php
+1
-0
system/admin/views/menu.html.php
+1
-0
system/admin/views/no-posts.html.php
+1
-0
system/admin/views/popular-posts.html.php
+1
-0
system/admin/views/posts-list.html.php
+1
-0
system/admin/views/static-pages.html.php
+1
-0
system/admin/views/update.html.php
+1
-0
system/admin/views/updated-to.html.php
+1
-0
system/admin/views/user-draft.html.php
+1
-0
system/admin/views/user-posts.html.php
+1
-0
system/htmly.php
+1
-0
system/includes/dispatch.php
+1
-0
system/includes/functions.php
+1
-0
system/includes/session.php
+1
-0
themes/blog/404-search.html.php
+1
-0
themes/blog/404.html.php
+1
-0
themes/blog/layout.html.php
+1
-0
themes/blog/main.html.php
+1
-0
themes/blog/no-posts.html.php
+1
-0
themes/blog/post.html.php
+1
-0
themes/blog/profile.html.php
+1
-0
themes/blog/static.html.php
+1
-0
themes/clean/404-search.html.php
+1
-0
themes/clean/404.html.php
+1
-0
themes/clean/layout.html.php
+1
-0
themes/clean/main.html.php
+1
-0
themes/clean/no-posts.html.php
+1
-0
themes/clean/post.html.php
+1
-0
themes/clean/profile.html.php
+1
-0
themes/clean/static.html.php
+1
-0
themes/logs/404-search.html.php
+1
-0
themes/logs/404.html.php
+1
-0
themes/logs/layout.html.php
+1
-0
themes/logs/main.html.php
+1
-0
themes/logs/no-posts.html.php
+1
-0
themes/logs/post.html.php
+1
-0
themes/logs/profile.html.php
+1
-0
themes/logs/static.html.php
+1
-0
themes/readable/404-search.html.php
+1
-0
themes/readable/404.html.php
+1
-0
themes/readable/layout.html.php
+1
-0
themes/readable/main.html.php
+1
-0
themes/readable/no-posts.html.php
+1
-0
themes/readable/post.html.php
+1
-0
themes/readable/profile.html.php
+1
-0
themes/readable/static.html.php
+1
-0
themes/twentyfifteen/404-search.html.php
+1
-0
themes/twentyfifteen/404.html.php
+1
-0
themes/twentyfifteen/layout.html.php
+1
-0
themes/twentyfifteen/main.html.php
+1
-0
themes/twentyfifteen/no-posts.html.php
+1
-0
themes/twentyfifteen/post.html.php
+1
-0
themes/twentyfifteen/profile.html.php
+1
-0
themes/twentyfifteen/static.html.php
+1
-0
themes/twentysixteen/404-search.html.php
+1
-0
themes/twentysixteen/404.html.php
+1
-0
themes/twentysixteen/layout.html.php
+1
-0
themes/twentysixteen/main.html.php
+1
-0
themes/twentysixteen/no-posts.html.php
+1
-0
themes/twentysixteen/post.html.php
+1
-0
themes/twentysixteen/profile.html.php
+1
-0
themes/twentysixteen/static.html.php
+1
-1
upload.php
+ 1
- 1
index.php
View File
@ -1,5 +1,5 @@
<
?
php
define
(
'HTMLY'
,
true
);
$config_file
=
'config/config.ini'
;
require
'system/vendor/autoload.php'
;
require
'system/htmly.php'
;
+ 1
- 0
system/admin/admin.php
View File
@ -1,4 +1,5 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
// Return username.ini value
function
user
(
$key
,
$user
=
null
)
+ 1
- 0
system/admin/views/404.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
>
<
head
>
+ 1
- 0
system/admin/views/add-content.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
$type
=
$type
;
+ 1
- 0
system/admin/views/add-page.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
link
rel
=
"
stylesheet
"
type
=
"
text/css
"
href
=
"
<?php echo site_url() ?>system/admin/editor/css/editor.css
"
/>
<
script
src
=
"
<?php echo site_url() ?>system/resources/js/jquery.min.js
"
></
script
>
<
script
src
=
"
<?php echo site_url() ?>system/resources/js/jquery-ui.min.js
"
></
script
>
+ 1
- 0
system/admin/views/backup-start.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
$title
=
config
(
'blog.title'
);
+ 1
- 0
system/admin/views/backup.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
login
())
{
if
(
isset
(
$_GET
[
'file'
]))
{
+ 1
- 0
system/admin/views/categories.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
$desc
=
get_category_info
(
null
);
?>
<
h2
>
Categories
</
h2
>
<
br
>
+ 1
- 0
system/admin/views/category-list.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
class
=
"
post-index
"
><
?
php
echo
$category
->
title
?>
</h2>
<
div
><
?
php
echo
$category
->
body
;
?>
</div>
<
br
>
+ 1
- 0
system/admin/views/clear-cache.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
$files
=
array
();
+ 1
- 0
system/admin/views/config-custom.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
>
Custom
Settings
</
h2
>
<
br
>
<
nav
>
+ 1
- 0
system/admin/views/config-metatags.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
global
$config_file
;
$array
=
array
();
+ 1
- 0
system/admin/views/config-performance.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
>
Performance
Settings
</
h2
>
<
br
>
<
nav
>
+ 1
- 0
system/admin/views/config-reading.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
>
Reading
Settings
</
h2
>
<
br
>
<
nav
>
+ 1
- 0
system/admin/views/config-widget.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
>
Widget
Settings
</
h2
>
<
br
>
<
nav
>
+ 1
- 0
system/admin/views/config.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
>
General
Settings
</
h2
>
<
br
>
<
nav
>
+ 1
- 0
system/admin/views/content-type.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
><
?
php
echo
i18n
(
'Add_content'
);
?>
</h2>
<
p
><
a
href
=
"
<?php echo site_url();?>add/content?type=post
"
><
?
php
echo
i18n
(
'Regular_post'
)
?>
</a><br><?php echo i18n('Regular_post_comment')?>.</p>
+ 1
- 0
system/admin/views/delete-category.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
isset
(
$_GET
[
'destination'
]))
{
$destination
=
_h
(
$_GET
[
'destination'
]);
+ 1
- 0
system/admin/views/delete-page.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
isset
(
$_GET
[
'destination'
]))
{
$destination
=
_h
(
$_GET
[
'destination'
]);
+ 1
- 0
system/admin/views/delete-post.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
isset
(
$_GET
[
'destination'
]))
{
$destination
=
_h
(
$_GET
[
'destination'
]);
+ 1
- 0
system/admin/views/denied.html.php
View File
@ -1 +1,2 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h1
>
You
don
'
t
have
permission
to
access
this
page
</
h1
>
+ 1
- 0
system/admin/views/edit-content.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
isset
(
$p
->
file
))
{
$url
=
$p
->
file
;
+ 1
- 0
system/admin/views/edit-page.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
$type
==
'is_frontpage'
)
{
+ 1
- 0
system/admin/views/import.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
isset
(
$error
))
{
?>
<
div
class
=
"
error-message
"
><
?
php
echo
$error
?>
</div>
<
?
php
}
?>
+ 1
- 0
system/admin/views/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
lang
=
"
en
"
>
<
head
>
+ 1
- 0
system/admin/views/login.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
style
>.
error
-
message
ul
{
margin
:
0
;
padding
:
0
;}
</
style
>
<
?
php
if
(
isset
(
$error
))
{
?>
<
div
class
=
"
error-message
"
><
?
php
echo
$error
?>
</div>
+ 1
- 0
system/admin/views/logout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
unset
(
$_SESSION
[
config
(
"
site.url
"
)]);
+ 1
- 0
system/admin/views/main.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
echo
'<h2>'
.
i18n
(
'Your_recent_posts'
)
.
'</h2>'
;
?>
<
br
>
<
a
class
=
"
btn btn-primary right
"
href
=
"
<?php echo site_url();?>admin/content
"
>
Add
new
post
</
a
>
+ 1
- 0
system/admin/views/menu.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
$menu
=
''
;
$filename
=
"
content/data/menu.json
"
;
+ 1
- 0
system/admin/views/no-posts.html.php
View File
@ -1 +1,2 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h1
><
?
php
echo
i18n
(
'No_posts_found'
);
?>
!</h1>
+ 1
- 0
system/admin/views/popular-posts.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
class
=
"
post-index
"
><
?
php
echo
$heading
?>
</h2>
<
br
>
<
a
class
=
"
btn btn-primary right
"
href
=
"
<?php echo site_url();?>admin/content
"
>
Add
new
post
</
a
>
+ 1
- 0
system/admin/views/posts-list.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
class
=
"
post-index
"
><
?
php
echo
$heading
?>
</h2>
<
br
>
<
a
class
=
"
btn btn-primary right
"
href
=
"
<?php echo site_url();?>admin/content
"
>
Add
new
post
</
a
>
+ 1
- 0
system/admin/views/static-pages.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
echo
'<h2>'
.
i18n
(
'Static_pages'
)
.
'</h2>'
;
?>
<
br
>
<
a
class
=
"
btn btn-primary right
"
href
=
"
<?php echo site_url();?>add/page
"
>
Add
new
page
</
a
>
+ 1
- 0
system/admin/views/update.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
use
\Kanti\HubUpdater
;
+ 1
- 0
system/admin/views/updated-to.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h3
>
Updated
to
<
h3
>
<
h2
>
[
<
?
php
echo
$info
[
'tag_name'
];
?>
] <?php echo $info['name']; ?></h2>
<
p
><
?
php
echo
\Michelf\MarkdownExtra
::
defaultTransform
(
$info
[
'body'
]);
?>
</p>
+ 1
- 0
system/admin/views/user-draft.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
class
=
"
post-index
"
><
?
php
echo
$heading
?>
</h2>
<
br
>
<
a
class
=
"
btn btn-primary right
"
href
=
"
<?php echo site_url();?>admin/content
"
>
Add
new
post
</
a
>
+ 1
- 0
system/admin/views/user-posts.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h2
class
=
"
post-index
"
><
?
php
echo
$heading
?>
</h2>
<
br
>
<
a
class
=
"
btn btn-primary right
"
href
=
"
<?php echo site_url();?>admin/content
"
>
Add
new
post
</
a
>
+ 1
- 0
system/htmly.php
View File
@ -1,4 +1,5 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
// Load the configuration file
config
(
'source'
,
$config_file
);
+ 1
- 0
system/includes/dispatch.php
View File
@ -1,4 +1,5 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
if
(
!
defined
(
'PHP_VERSION_ID'
)
||
PHP_VERSION_ID
<
50300
)
{
error
(
500
,
'dispatch requires at least PHP 5.3 to run.'
);
}
+ 1
- 0
system/includes/functions.php
View File
@ -1,4 +1,5 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
use
\Michelf\MarkdownExtra
;
use
\Suin\RSSWriter\Feed
;
+ 1
- 0
system/includes/session.php
View File
@ -1,4 +1,5 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
session_start
();
+ 1
- 0
themes/blog/404-search.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/blog/404.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/blog/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<!--
[
if
IE
8
]
>
<
html
lang
=
"
en
"
class
=
"
ie8
"
>
<!
[
endif
]
-->
<!--
[
if
IE
9
]
>
<
html
lang
=
"
en
"
class
=
"
ie9
"
>
<!
[
endif
]
-->
+ 1
- 0
themes/blog/main.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/blog/no-posts.html.php
View File
@ -1 +1,2 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h1
><
?
php
echo
i18n
(
'No_posts_found'
);
?>
!</h1>
+ 1
- 0
themes/blog/post.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/blog/profile.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/blog/static.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/clean/404-search.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/clean/404.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/clean/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
>
<
head
>
+ 1
- 0
themes/clean/main.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/clean/no-posts.html.php
View File
@ -1 +1,2 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h1
><
?
php
echo
i18n
(
'No_posts_found'
);
?>
!</h1>
+ 1
- 0
themes/clean/post.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
xmlns
:
v
=
"
http://rdf.data-vocabulary.org/#
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/clean/profile.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/clean/static.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
xmlns
:
v
=
"
http://rdf.data-vocabulary.org/#
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/logs/404-search.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/logs/404.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/logs/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
>
<
head
>
+ 1
- 0
themes/logs/main.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/logs/no-posts.html.php
View File
@ -1 +1,2 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h1
><
?
php
echo
i18n
(
'No_posts_found'
);
?>
!</h1>
+ 1
- 0
themes/logs/post.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
xmlns
:
v
=
"
http://rdf.data-vocabulary.org/#
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/logs/profile.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/logs/static.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
xmlns
:
v
=
"
http://rdf.data-vocabulary.org/#
"
><
?
php
echo
$breadcrumb
?>
</div><?php endif; ?>
<
?
php
if
(
login
())
{
+ 1
- 0
themes/readable/404-search.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/readable/404.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/readable/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
>
<
head
>
+ 1
- 0
themes/readable/main.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/readable/no-posts.html.php
View File
@ -1 +1,2 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h1
><
?
php
echo
i18n
(
'No_posts_found'
);
?>
!</h1>
+ 1
- 0
themes/readable/post.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
xmlns
:
v
=
"
http://rdf.data-vocabulary.org/#
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/readable/profile.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/readable/static.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
?
php
if
(
!
empty
(
$breadcrumb
))
:
?>
<
div
class
=
"
breadcrumb
"
xmlns
:
v
=
"
http://rdf.data-vocabulary.org/#
"
><
?
php
echo
$breadcrumb
?>
</div>
<
?
php
endif
;
?>
+ 1
- 0
themes/twentyfifteen/404-search.html.php
View File
@ -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
- 0
themes/twentyfifteen/404.html.php
View File
@ -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
- 0
themes/twentyfifteen/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
lang
=
"
en
"
>
<
head
>
+ 1
- 0
themes/twentyfifteen/main.html.php
View File
@ -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
- 0
themes/twentyfifteen/no-posts.html.php
View File
@ -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
- 0
themes/twentyfifteen/post.html.php
View File
@ -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
- 0
themes/twentyfifteen/profile.html.php
View File
@ -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
- 0
themes/twentyfifteen/static.html.php
View File
@ -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
);
}
?>
+ 1
- 0
themes/twentysixteen/404-search.html.php
View File
@ -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
- 0
themes/twentysixteen/404.html.php
View File
@ -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
- 0
themes/twentysixteen/layout.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<!
DOCTYPE
html
>
<
html
lang
=
"
en
"
>
<
head
>
+ 1
- 0
themes/twentysixteen/main.html.php
View File
@ -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
- 0
themes/twentysixteen/no-posts.html.php
View File
@ -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
i18n
(
'No_posts_found'
);
?>
!</h1>
+ 1
- 0
themes/twentysixteen/post.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
article
class
=
"
post <?php if (
$p->type
== 'post')
{
echo 'format-standard';} else
{
echo 'format-' .
$p->type
;} ?> hentry single
"
>
<
header
class
=
"
entry-header
"
>
+ 1
- 0
themes/twentysixteen/profile.html.php
View File
@ -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
- 0
themes/twentysixteen/static.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
article
class
=
"
page type-page hentry
"
>
<
header
class
=
"
entry-header
"
>
+ 1
- 1
upload.php
View File
@ -1,5 +1,5 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
require
'system/includes/dispatch.php'
;
require
'system/includes/session.php'
;
Write
Preview
Loading…
Cancel
Save