Ejemplo n.º 1
0
?>
<!-- Generated by Planetoid <?php 
echo PLANETOID_VERSION;
?>
.<?php 
echo PLANETOID_REVISION;
?>
 -->
<opml version="1.0">
	<head>
		<title>Blogs aggregated on <?php 
echo get_title();
?>
</title>
		<dateCreated><?php 
echo last_refresh();
?>
</dateCreated>
	</head>
	<body>
<?php 
for ($n = 0; $n < count($feeds_list); $n++) {
    $feed = $feeds_list[$n];
    ?>
	<outline
		text="<?php 
    echo $feed['title'];
    ?>
"
		title="<?php 
    echo $feed['title'];
Ejemplo n.º 2
0
						&#8210;
						<a href="check-updates.php?r_to=<?php 
    echo $curr_page;
    ?>
" class="action-link" onclick="checkUpdates('#update-result'); return false;">Check for updates</a>
					</small>
					<br/>
					This Planetoid installation has been running since <?php 
    echo running_time();
    ?>
<br/>
					<?php 
    if (get_setting_value('pcron') == 'true') {
        ?>
					Last cache refresh was on <?php 
        echo last_refresh('r');
        ?>
					<?php 
    } else {
        ?>
					Ups! <a href="../cron.php?to=admin/planet.php">Cache cron haven't been started yet!</a>
					<?php 
    }
    ?>
<br/>
					Using SimplePie <?php 
    require_once '../inc/simplepie/simplepie.inc';
    echo simplepie_version();
    ?>
<br/>
					Icons by <a href="http://oxygen-icons.org/">Oxygen</a> team