---
title: "Deprecation: #65293 - Deprecate file navigation frame entry point"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65293"
source: "Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst"
typo3-version: "7.2"
typo3-major: 7
type: "deprecation"
issue: 65293
forge: "https://forge.typo3.org/issues/65293"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-20T05:05:02+00:00"
---

# Deprecation: #65293 - Deprecate file navigation frame entry point {#deprecation-65293}

See [forge#65293](https://forge.typo3.org/issues/65293)

## Description {#description}

The following entry point has been marked as deprecated:

-   typo3/alt_file_navframe.php

## Impact {#impact}

Using this entry point in a backend module will throw a deprecation message.

## Migration {#migration}

Use `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl()` instead with the according module name.

`typo3/alt_file_navframe.php` will have to be refactored to `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl('file_navframe')`
