Changeset 19665


Ignore:
Timestamp:
Dec 30, 2012, 9:17:31 PM (11 years ago)
Author:
julien1311
Message:

include correction

Location:
extensions/pdf2tab/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/pdf2tab/include/picture.inc.php

    r19664 r19665  
    55
    66function pdf2tab_add_links_picture($content, $element_info) {
    7         include_once('include/constants.inc.php');
     7        include_once('constants.inc.php');
    88
    99        if (in_array(strtolower(substr(strrchr($element_info['file'], "."),1)), $supported_extensions)) {
  • extensions/pdf2tab/include/thumbnails.inc.php

    r19664 r19665  
    66function pdf2tab_thumbnails($tpl_thumbnails_var) {
    77        global $template;
    8         include_once('include/constants.inc.php');
     8        include_once('constants.inc.php');
    99       
    1010        $template->set_prefilter('index_thumbnails', 'pdf2tab_add_tag_thumbnails');
Note: See TracChangeset for help on using the changeset viewer.