예제 #1
0
        echo 'selected="selected"';
    }
    ?>
><?php 
    echo __($layout, WPL_TEXTDOMAIN);
    ?>
</option>
                <?php 
}
?>
            </select>
        </div>
        
        <div class="plugin-row wpl_shortcode_parameter wpl_hidden_element pr_profile_show">
            <?php 
$profile_show_layouts = wpl_global::get_layouts('profile_show', array('message.php'), 'frontend');
?>
            <label for="pr_tpl_selectbox"><?php 
echo __('Layout', WPL_TEXTDOMAIN);
?>
</label>
            <select id="pr_tpl_selectbox" name="tpl">
                <?php 
foreach ($profile_show_layouts as $layout) {
    ?>
				<option value="<?php 
    echo $layout != 'default' ? $layout : '';
    ?>
" <?php 
    if ($layout == 'default') {
        echo 'selected="selected"';