Plugin Directory

Changeset 220907


Ignore:
Timestamp:
03/23/2010 01:55:38 PM (16 years ago)
Author:
kestrel_id
Message:

Lough related bug fixing

  • options stopped working
  • all includes not included
Location:
choicecuts-image-juggler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • choicecuts-image-juggler/trunk/cc_image_juggler.php

    r216222 r220907  
    4747*/
    4848
     49include 'cc_image_juggler_options.php';
    4950
    5051// -------------------------------------------------------------------------- PLUGIN CONSTANTS & SETTINGS
     
    9394function ccImj_addOptionsPage()
    9495{
    95     add_options_page('ChoiceCuts Image Juggler - Options', 'CC-ImageJuggler', 9, 'cc_image_juggler/cc_image_juggler_options.php');
     96    add_options_page('ChoiceCuts Image Juggler - Options', 'CC-ImageJuggler', 9, 'ccimj-options', 'ccImj_options_page');
    9697}
    9798add_action('admin_menu', 'ccImj_addOptionsPage');
  • choicecuts-image-juggler/trunk/cc_image_juggler_options.php

    r216222 r220907  
    1919*/
    2020
     21// mt_options_page() displays the page content for the Test Options submenu
     22function ccImj_options_page() {
    2123
    2224add_option('ccImj_filterFunction', 'none');
     
    120122    </form>
    121123</div>
     124
     125<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.