# image-source-control-isc/3.12.0/admin/templates/settings/global-list/layout.php

Image Source Control Lite – Show Image Credits and Captions, version 3.12.0. 14 lines.

- Page: https://pluginprobe.com/plugins/image-source-control-isc/3.12.0/code/admin/templates/settings/global-list/layout.php
- Raw: https://pluginprobe.com/plugins/image-source-control-isc/3.12.0/raw/admin/templates/settings/global-list/layout.php
- Modified: 2026-08-21T06:32:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/image-source-control-isc/3.12.0/code/admin/templates/settings/global-list/layout.php#L10-L20`.

```php
<?php
/**
 * Render the Layout option for the Global List.
 *
 * Practically, there are no options here, but users regularly ask for layout tips, so we included the link to the manual here.
 *
 * @var string $manual_url URL to the manual page for this setting.
 */

?>
<p>
	<a href="<?php echo esc_url( $manual_url ); ?>" target="_blank"><?php esc_html_e( 'Manual', 'image-source-control-isc' ); ?></a>
</p>

```
