A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
308 B

<?php
if (!Minz_Request::param('ajax')) {
$this->partial('aside_subscription');
}
if ($this->feed) {
$this->renderHelper('feed/update');
} else {
?>
<div class="alert alert-warn">
<span class="alert-head"><?php echo _t('no_selected_feed'); ?></span>
<?php echo _t('think_to_add'); ?>
</div>
<?php } ?>