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
Update profile.html.php
pull/680/head
danpros
1 year ago
parent
4899d2b71f
commit
82d75b256e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
themes/logs/profile.html.php
+ 1
- 1
themes/logs/profile.html.php
View File
@ -13,7 +13,7 @@
<
ul
class
=
"
post-list
"
>
<
?
php
foreach
(
$posts
as
$p
)
:
?>
<
li
class
=
"
item
"
>
<
span
><
a
href
=
"
<?php echo
$p->url
?>
"
><
?
php
echo
$p
->
title
?>
</a></span>
<?php echo i18n('by');?>
<
span
><
a
href
=
"
<?php echo
$p->url
?>
"
><
?
php
echo
$p
->
title
?>
</a></span>
-
<
span
><
?
php
echo
format_date
(
$p
->
date
)
?>
</span> - <?php echo i18n('Posted_in');?> <span><?php echo $p->category; ?></span>
</
li
>
<
?
php
endforeach
;
?>
Write
Preview
Loading…
Cancel
Save