| 
            custom-pager.tpl.php           | 
                  
            custom-pager.tpl.php           | 
                  
                       | 
                  
            custom-pager.tpl.php           | 
              
          
                  | 
            custom_pagers.admin.inc           | 
                  
            custom_pagers.admin.inc           | 
                  
                       | 
                  
            Admin functionality for the custom pagers module.           | 
              
          
                  | 
            custom_pagers.css           | 
                  
            custom_pagers.css           | 
                  
                       | 
                  
            ul.custom-pager {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.custom-pager li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  background: none;
  white-space:…           | 
              
          
                  | 
            custom_pagers.info           | 
                  
            custom_pagers.info           | 
                  
                       | 
                  
            name = Custom Pagers
core = 6.x
description = Allows administrators to define custom pagers for navigation in lists of nodes.           | 
              
          
                  | 
            custom_pagers.install           | 
                  
            custom_pagers.install           | 
                  
                       | 
                  
            Custom pagers install file.           | 
              
          
                  | 
            custom_pagers.module           | 
                  
            custom_pagers.module           | 
                  
                       | 
                  
            Allows administrators to define context-sensitive previous/next pagers for any node type.           | 
              
          
                  | 
            custom_pagers.views.inc           | 
                  
            views/custom_pagers.views.inc           | 
                  
                       | 
                  
            Interface between content.module and views.module.           | 
              
          
                  | 
            custom_pagers_plugin_display_simple.inc           | 
                  
            views/custom_pagers_plugin_display_simple.inc           | 
                  
                       | 
                  
            Handler for 'custom_pagers_simple' display.           | 
              
          
                  | 
            custom_pagers_plugin_style_php_array.inc           | 
                  
            views/custom_pagers_plugin_style_php_array.inc           | 
                  
                       | 
                  
            Handler for 'custom_pagers_php_array' style.           | 
              
          
                  | 
            TODO.txt           | 
                  
            TODO.txt           | 
                  
                       | 
                  
            * CTools import/export support
* Allow pagers to be rearranged on the CCK field management page
* Make Views a hard dependency, prune uneeded options.
* Add a Views cache handler that invalidates on specific node-type updates
  so that custom pagers…           |