If you love Dynamic Menus but notice with the new theming things go awry when you use place shifter outside of the LAN try the following as a menuitemlet (Code by nielm)
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://www.sage-community.org/~nielm/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.4">
<internalScreenMenuItem screen="Null Menu Action (does nothing)" title="Theme selection">
<evalExpression>ExecuteWidgetChain(GetElement(FilterByMethod(GetWidgetsByType("OptionsMenu"), "GetWidgetName", "Choose UI Theme", true),0))</evalExpression>
</internalScreenMenuItem>
</sageMenu>
I put it on the main menu. Once all the themes start rolling in, my boys will love the access to it. Choose a theme to load, even the same already loaded, and the screen will redraw. This is temporary until nielm updates the plugin.
B