- Timestamp:
- 08/30/07 02:22:35 (15 months ago)
- Location:
- trunk/gregarius/themes/default/mobile
- Files:
-
- 2 modified
-
item.php (modified) (1 diff)
-
overrides.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/default/mobile/item.php
r1737 r1753 39 39 } 40 40 ?>><?php print(__('Sticky')); ?></option> 41 <option value="mobile_flag" <?php 42 if($GLOBALS['rss'] -> currentItem -> isFlag) { 43 echo "selected=\"selected\""; 44 } 45 ?>><?php print(__('Flagged')); ?></option> 41 46 </select> 42 47 </div> -
trunk/gregarius/themes/default/mobile/overrides.php
r1355 r1753 21 21 rss_plugins_set_item_state( $varName, RSS_MODE_STICKY_STATE, true ); 22 22 //intentional fallthrough 23 case 'mobile_flag': 24 rss_plugins_set_item_state( $varName, RSS_MODE_FLAG_STATE, true ); 23 25 case 'mobile_read': 24 26 rss_plugins_set_item_state( $varName, RSS_MODE_UNREAD_STATE, false );
