this_page_created_text

Name

this_page_created_text -- text emitted at the bottom of index pages

Synopsis

     this_page_created_text=This page @LINKSTART@created@LINKEND@ on @DATE@.
  

Description

makethumbs adds this tag to the bottom of each web page. It includes two things: The date the gallery was created, and a link to the makethumbs home page so other people can find makethumbs if they'd like to use it.

This variable primarily exists for localization, this is, translating into foreign languages. If you don't want to have any of these timestamps and links at the bottom of your pages, you can always set it to nothing. The bits like @LINKSTART@ will be substituted into the string by makethumbs at runtime.

Examples

If you're creating web pages for Italian readers, you might want to set this variable to something like this.

    this_page_created_text="Questa pagina @LINKSTART@creata@LINKEND@ il @DATE@."