Changeset 32130


Ignore:
Timestamp:
Apr 23, 2020, 2:48:18 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

    r32126 r32130  
    4747    $position = (isset($conf['pfoya_position']) and is_numeric($conf['pfoya_position'])) ? $conf['pfoya_position'] : 5;
    4848    if (($block = $menu->get_block('mbSpecials')) != null){
    49      array_splice($block->data, $position-1, 0, array('Photos from one year ago' =>
     49     array_splice($block->data, $position-1, 0, array('Photos_from_one_year_ago' =>
    5050      array(
    51         'URL' => make_index_url(array('section' => 'Photos from one year ago')),
     51        'URL' => make_index_url(array('section' => 'Photos_from_one_year_ago')),
    5252        'TITLE' => l10n('Displays photos from one year ago'),
    5353        'NAME' => l10n('Photos from one year ago')
Note: See TracChangeset for help on using the changeset viewer.