}
function show_top() {
- if (common_logged_in()) {
- common_notice_form('public');
- }
-
+ $instr = $this->get_instructions();
+ $output = common_markup_to_html($instr);
+ common_element_start('div', 'instructions');
+ common_raw($output);
+ common_element_end('div');
$this->public_views_menu();
}
- // XXX Need to make RSS stream
-
function show_header() {
common_element('link', array('rel' => 'alternate',
'href' => common_local_url('favoritedrss'),
'title' => _('Favorited Stream Feed')));
}
+ function get_instructions() {
+ return _('Showing most favorited notices from the last week');
+ }
+
function show_notices($page) {
// XXX: Make dropoff configurable like tags?
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if (!defined('LACONICA')) { exit(1); }
}
function show_top() {
- if (common_logged_in()) {
- common_notice_form('public');
- }
-
+ $instr = $this->get_instructions();
+ $output = common_markup_to_html($instr);
+ common_element_start('div', 'instructions');
+ common_raw($output);
+ common_element_end('div');
$this->public_views_menu();
}
+ function get_instructions() {
+ return _('Featured users');
+ }
+
function show_header() {
// XXX need to make the RSS feed for this