SproutCMS

This is the code documentation for the SproutCMS project

function redirectResize()

Redirect to the resize url
This allows JS code to use a common URL without needing to be aware of which FilesBackend is in use

Usage

void $FileController->redirectResize ( string $size , string $filename );

Arguments

  1. string $size
    The size you want, e.g. 'c100x100'
  2. string $filename
    Original file

Return value

  • void