// Session variables Session.set('initialLoad', true); Session.set('today', new Date()); Session.set('view', 'top'); Session.set('postsLimit', getSetting('postsPerPage', 10)); Session.set('sessionId', Meteor.default_connection._lastSessionId); STATUS_PENDING=1; STATUS_APPROVED=2; STATUS_REJECTED=3; // Sort postModules array position using modulePositions as index postModules = _.sortBy(postModules, 'order'); postHeading = _.sortBy(postHeading, 'order'); postMeta = _.sortBy(postMeta, 'order'); Meteor.startup(function () { $('#rss-link').attr('title', i18n.t('new_posts')); }); // AutoForm.debug();