$lang_admin.file_manager.title
{= expand(templates.shared.content_type); =}
{=
string main_frame_src = "?dp+templates.shared.file_manager.file_manager_main+volatile.first_time_load+true";
# if this is a request with a defined pathname
if (node_exists("volatile.pathname_request")) then (
string pathname_request = volatile.pathname_request;
main_frame_src .= "+volatile.pathname_request+" . pathname_request;
);
=}