Ignore:
Timestamp:
Jan 1, 2014, 11:34:30 AM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/url_uploader/include/functions.inc.php

    r20064 r26387  
    1313      array_slice($sheets, 0, 1) +
    1414      array('url_uploader' => array(
    15         'caption' => l10n('URL Uploader'),
     15        'caption' => '<span class="icon-link"></span>' . l10n('URL Uploader'),
    1616        'url' => URLUPLOADER_ADMIN,
    1717        )) +
     
    5151  return $default;
    5252}
    53 
    54 ?>
Note: See TracChangeset for help on using the changeset viewer.