Changeset 1786 for trunk/gregarius/plugins/stickyflag/stickyflag.php
- Timestamp:
- 03/02/08 00:57:36 (9 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/plugins/stickyflag/stickyflag.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/plugins/stickyflag/stickyflag.php
r1561 r1786 147 147 } 148 148 149 if($options & STICKYFLAG_ENABLE_STICKY_MENU ) {149 if($options & STICKYFLAG_ENABLE_STICKY_MENU || (isMobileDevice() && $options & STICKYFLAG_ENABLE_STICKY_SHORTCUT)) { 150 150 if (true == $usemodrewrite) { 151 151 $url = getPath() . "state/" . RSS_STATE_STICKY . ""; … … 157 157 } 158 158 159 if($options & STICKYFLAG_ENABLE_FLAG_MENU ) {159 if($options & STICKYFLAG_ENABLE_FLAG_MENU || (isMobileDevice() && $options & STICKYFLAG_ENABLE_FLAG_SHORTCUT)) { 160 160 if (true == $usemodrewrite) { 161 161 $url = getPath() . "state/" . RSS_STATE_FLAG . "";
