conf) || is_logged ()) { ?> get_f) { $get = 'f_' . $this->get_f; $string_mark = Translate::t ('mark_feed_read'); } elseif ($this->get_c && $this->get_c != 'all' && $this->get_c != 'favoris' && $this->get_c != 'public') { $get = 'c_' . $this->get_c; $string_mark = Translate::t ('mark_cat_read'); } $nextGet = $get; if (($this->conf->onread_jump_next () === 'yes') && (strlen ($get) > 2)) { $anotherUnreadId = ''; $foundCurrent = false; switch ($get[0]) { case 'c': foreach ($this->cat_aside as $cat) { if ($cat->id () === $this->get_c) { $foundCurrent = true; continue; } if ($cat->nbNotRead () <= 0) continue; $anotherUnreadId = $cat->id (); if ($foundCurrent) break; } $nextGet = strlen ($anotherUnreadId) > 1 ? 'c_' . $anotherUnreadId : 'all'; break; case 'f': foreach ($this->cat_aside as $cat) { if ($cat->id () === $this->get_c) { foreach ($cat->feeds () as $feed) { if ($feed->id () === $this->get_f) { $foundCurrent = true; continue; } if ($feed->nbNotRead () <= 0) continue; $anotherUnreadId = $feed->id (); if ($foundCurrent) break; } break; } } $nextGet = strlen ($anotherUnreadId) > 1 ? 'f_' . $anotherUnreadId : 'c_' . $this->get_c; break; } } ?>
  •  
'index', 'a' => 'index', 'params' => $params ); ?>
  •  
  • state == 'not_read') { $url_state['params']['state'] = 'all'; ?>
  • order == 'low_to_high') { $url_order['params']['order'] = 'high_to_low'; ?>