Changeset 32152


Ignore:
Timestamp:
May 1, 2020, 3:28:22 PM (4 years ago)
Author:
ddtddt
Message:

[photos_from_one_year_ago]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/photos_from_one_year_ago/main.inc.php

    r32147 r32152  
    6262  global $tokens, $page, $conf;
    6363 
    64   if (!in_array('Photos_from_one_year_ago', $tokens))
     64  if (!in_array('photos_from_one_year_ago', $tokens))
    6565  {
    6666    return;
    6767  }
    6868 
    69   $page['section'] = 'Photos_from_one_year_ago';
     69  $page['section'] = 'photos_from_one_year_ago';
    7070  $page['title'] = '<a href="' . duplicate_index_url() . '">' . l10n('Photos from one year ago') . '</a>';
    7171  $page['section_title'] = '<a href="'.get_gallery_home_url().'">' . l10n('Home') . '</a>'
Note: See TracChangeset for help on using the changeset viewer.