mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-08 08:27:38 -04:00
* Change category configuration Before, we had a drop-down list to interract on categories. It was not working the same way as feeds. Now, categories and feeds behave in a similar manner. At the moment, there is no change in features but it will allow to expand them. See #2369 * Minor whitespace
6 lines
73 B
PHTML
6 lines
73 B
PHTML
<?php
|
|
|
|
if ($this->category) {
|
|
$this->renderHelper('category/update');
|
|
}
|