package WebGUI::i18n::English::RandomAssetProxy; our $I18N = { 'random asset proxy title' => { message => q|Random Asset Proxy Macro|, lastUpdated => 1112315917, }, 'random asset proxy body' => { message => q|

^RandomAssetProxy();
^RandomAssetProxy(Asset URL);
This macro works similarly to the ^AssetProxy(); macro except instead of displaying the Asset, it picks a random Asset from the descendents of the Asset whose URL is supplied as the argument. |, lastUpdated => 1112315914, }, }; 1;