Example #1
0
                <?php 
            } else {
                if ($item['status'] == 2) {
                    ?>
                <span class="badge yellow">Programat pentru: <br> <?php 
                    echo date('d-m-Y H:i', strtotime($item['publish_date']));
                    ?>
</span>
                <?php 
                }
            }
        }
        ?>
            </td>
            <td style="text-align: center;"><span style="color: #D63333;"><?php 
        echo get_autor($item['created_by']);
        ?>
</span></td>
            <td style="text-align: center;"><?php 
        echo $item['data'];
        ?>
</td>
            
            <td class="center">
                <a href="/admin/blog_form/<?php 
        echo $item['parent'];
        ?>
/<?php 
        echo $item['id'];
        ?>
" ><img src="/assets/backend/img/review.png" style="width: 14px;margin: 0px 4px -3px 0px;"><?php 
Example #2
0
?>
/img/categorias/podcast.png">
						<span>FIQUE LIGADO NOS PODCASTS:</span>ITUNES
					</a>
				</li>
			</ul>
		</div>

		<iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FjQueryBrasilorg%2F180282775355431&amp;width=340&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=250" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:340px; height:250px; background: #fff; margin-bottom: 20px" allowTransparency="true"></iframe>

		<?php 
/* <h3>$("#ultimos_posts");</h3>
		<div class="widget">
			<?php get_lastest_post()?>
		</div> */
?>

		<h3>$("#categorias");</h3>
		<div class="widget">
			<?php 
get_jquery_categories(true);
?>
		</div>
		<h3>$("#colunistas");</h3>

	  	<?php 
get_autor();
?>
	</div>
	<!-- // #SIDEBAR -->