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
Fix classes.
pull/189/head
Danang Probo Sayekti
10 years ago
parent
3e6153ed0e
commit
1d15d0fcc4
6 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
themes/clean/main.html.php
+1
-1
themes/clean/post.html.php
+1
-1
themes/default/main.html.php
+1
-1
themes/default/post.html.php
+1
-1
themes/logs/main.html.php
+1
-1
themes/logs/post.html.php
+ 1
- 1
themes/clean/main.html.php
View File
@ -45,7 +45,7 @@
</
div
>
<
?
php
}
?>
<
?
php
if
(
!
empty
(
$p
->
link
))
{
?>
<
div
class
=
"
featured-
quote
"
>
<
div
class
=
"
featured-
link
"
>
<
a
href
=
"
<?php echo
$p->link
?>
"
><
?
php
echo
$p
->
link
?>
</a>
</
div
>
<
?
php
}
?>
+ 1
- 1
themes/clean/post.html.php
View File
@ -34,7 +34,7 @@
</
div
>
<
?
php
}
?>
<
?
php
if
(
!
empty
(
$p
->
link
))
{
?>
<
div
class
=
"
featured-
quote
"
>
<
div
class
=
"
featured-
link
"
>
<
a
href
=
"
<?php echo
$p->link
?>
"
><
?
php
echo
$p
->
link
?>
</a>
</
div
>
<
?
php
}
?>
+ 1
- 1
themes/default/main.html.php
View File
@ -45,7 +45,7 @@
</
div
>
<
?
php
}
?>
<
?
php
if
(
!
empty
(
$p
->
link
))
{
?>
<
div
class
=
"
featured-
quote
"
>
<
div
class
=
"
featured-
link
"
>
<
a
href
=
"
<?php echo
$p->link
?>
"
><
?
php
echo
$p
->
link
?>
</a>
</
div
>
<
?
php
}
?>
+ 1
- 1
themes/default/post.html.php
View File
@ -34,7 +34,7 @@
</
div
>
<
?
php
}
?>
<
?
php
if
(
!
empty
(
$p
->
link
))
{
?>
<
div
class
=
"
featured-
quote
"
>
<
div
class
=
"
featured-
link
"
>
<
a
href
=
"
<?php echo
$p->link
?>
"
><
?
php
echo
$p
->
link
?>
</a>
</
div
>
<
?
php
}
?>
+ 1
- 1
themes/logs/main.html.php
View File
@ -45,7 +45,7 @@
</
div
>
<
?
php
}
?>
<
?
php
if
(
!
empty
(
$p
->
link
))
{
?>
<
div
class
=
"
featured-
quote
"
>
<
div
class
=
"
featured-
link
"
>
<
a
href
=
"
<?php echo
$p->link
?>
"
><
?
php
echo
$p
->
link
?>
</a>
</
div
>
<
?
php
}
?>
+ 1
- 1
themes/logs/post.html.php
View File
@ -34,7 +34,7 @@
</
div
>
<
?
php
}
?>
<
?
php
if
(
!
empty
(
$p
->
link
))
{
?>
<
div
class
=
"
featured-
quote
"
>
<
div
class
=
"
featured-
link
"
>
<
a
href
=
"
<?php echo
$p->link
?>
"
><
?
php
echo
$p
->
link
?>
</a>
</
div
>
<
?
php
}
?>
Write
Preview
Loading…
Cancel
Save