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
Added WMT Verification
pull/93/head
Mohamad Fahmi
11 years ago
parent
9839d8c434
commit
e40b5848e4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
themes/logs/layout.html.php
+ 2
- 1
themes/logs/layout.html.php
View File
@ -5,6 +5,7 @@
<
link
href
=
"
<?php echo site_url() ?>themes/logs/css/style.css
"
rel
=
"
stylesheet
"
/>
<
link
href
=
'//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'
rel
=
'stylesheet'
type
=
'text/css'
>
<
?
php
if
(
publisher
())
:
?>
<link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
<
?
php
if
(
wmt
())
:
?>
<?php echo wmt() ?><?php endif;?>
<!--
[
if
lt
IE
9
]
>
<
script
src
=
"
//html5shiv.googlecode.com/svn/trunk/html5.js
"
></
script
>
<!
[
endif
]
-->
@ -71,4 +72,4 @@
</
div
>
<
?
php
if
(
analytics
())
:
?>
<?php echo analytics() ?><?php endif;?>
</
body
>
</
html
>
</
html
>
Write
Preview
Loading…
Cancel
Save