Ignore:
Timestamp:
Sep 13, 2009, 1:30:09 PM (15 years ago)
Author:
vdigital
Message:

Add config values.
'ak_by_page' is operational. (bug 1162)
'ak_categories' is not active currently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/include/akContent.class.php

    r3838 r3842  
    3636  }
    3737
     38  public function user_force() {
     39    $GLOBALS['user']['nb_image_page'] = $this->plugin_config->ak_by_page;
     40  }
     41
    3842  public function loc_begin_index_thumbnails($images) {
    39     global $template, $page;
    40 
     43    global $template;
    4144    $this->category_url = make_index_url(array('section' => 'category',
    4245                 'category' => $GLOBALS['page']['category'],
Note: See TracChangeset for help on using the changeset viewer.