blob: 0b63ebc178c8f7ad992451ddbf51f23b9a4d4768 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/** @var FreshRSS_View $this */
if (!Minz_Request::paramBoolean('ajax')) {
$this->partial('aside_subscription');
}
if ($this->category) {
$this->renderHelper('category/update');
}
|