Version 1.0

This commit is contained in:
mmk2410 2015-02-22 21:09:43 +01:00
parent 94086308a1
commit b93eed4200
3 changed files with 22 additions and 4 deletions

View file

@ -67,7 +67,7 @@
</p>
<p align="right">
<?php
foreach ($post->otherlinks->otherlb as $olb){
foreach ($post->otherlinks->otherlb as $olb){
?>
<a class="button_white" target="_blank" href="
<?php
@ -83,7 +83,7 @@
foreach($post->mainlink as $mainlink){
?>
<a class="button_color" target="_blank" href="
<?php
<?php
echo $post->mainurl;
?>
">
@ -100,7 +100,7 @@
<div class="box_container">
<!--Set here your personal copyright info-->
<p class="cc">
pBlog <?php echo date("Y"); ?>
pBlog <?php echo date("Y"); ?> <a href="https://github.com/mmk2410/pBlog" target="blank">github.com/mmk2410/pBlog</a>
</p>
</div>
</body>