Ignore:
Timestamp:
Jan 22, 2013, 12:54:05 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] add a border in emails. begins to work on a email preview

File:
1 edited

Legend:

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

    r20254 r20320  
    7070        $template->append('head_elements', '<link rel="stylesheet" type="text/css" href="'.PIWECARD_PATH . 'css/piwecard.css">');
    7171}
     72
     73/* +-----------------------------------------------------------------------+
     74 * | AJAX Methods                                                          |
     75 * +-----------------------------------------------------------------------+ */
     76add_event_handler('ws_add_methods', 'piwecard_ws_add_methods');
     77
     78function piwecard_ws_add_methods($arr) {
     79        require_once('admin/ws_functions.inc.php');
     80}
    7281?>
Note: See TracChangeset for help on using the changeset viewer.