~quam-plures-core/quam-plures/qp5_colls-blogs_chaps-cats

« back to all changes in this revision

Viewing changes to qp_inc/widgets/_category_list.widget.php

  • Committer: EdB
  • Date: 2013-03-12 06:26:03 UTC
  • Revision ID: 1912webworks@gmail.com-20130312062603-tnlb5zco5mglydqj
lots of changes in this branch. tested and functional, but not going into merge just yet ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
        /**
42
42
         * Get widget's title
43
 
         * @todo (3069): rename this to get_title()
 
43
         * @todo (3069) EdB> rename this to get_title()
44
44
         */
45
45
        function get_short_desc()
46
46
        {
102
102
 
103
103
                $this->init_display( $params );
104
104
 
105
 
                $CategoryCache = & get_Cache( 'ChapterCache' );
 
105
                $CategoryCache = & get_Cache( 'CategoryCache' );
106
106
 
107
107
                $callbacks = array(
108
108
                        'line' => array( $this, 'cat_line' ),