step ) {
case "thrixty_about":
Globals::print_label("headline_intro.html");
break;
case "thrixty_settings":
Globals::print_label("headline_default_settings.html");
break;
case "thrixty_all_players":
Globals::print_label("headline_all_players.html");
break;
case "thrixty_all_layouts":
Globals::print_label("headline_all_layouts.html");
break;
case "thrixty_edit_player":
Globals::print_label("headline_edit_player.html");
break;
case "thrixty_edit_layout":
Globals::print_label("headline_edit_layout.html");
break;
case "post":
Globals::print_label("headline_insert_shortcode.html");
break;
}
?>
step ) {
case "thrixty_about":
Globals::print_label("content_intro.html");
break;
case "thrixty_settings":
Globals::print_label("content_default_settings.html");
break;
case "thrixty_all_players":
Globals::print_label("content_all_players.html");
break;
case "thrixty_all_layouts":
Globals::print_label("content_all_layouts.html");
break;
case "thrixty_edit_player":
Globals::print_label("content_edit_player.html");
break;
case "thrixty_edit_layout":
Globals::print_label("content_edit_layout.html");
break;
case "post":
Globals::print_label("content_insert_shortcode.html");
break;
}
?>