Home
last modified time | relevance | path

Searched refs:themecontrollib (Results 1 – 5 of 5) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-theme_control_sections.php12 $themecontrollib = TikiLib::lib('themecontrol'); variable
27 $themecontrollib->tc_assign_section($_REQUEST['section'], $_REQUEST['theme']);
32 $themecontrollib->tc_remove_section($sec);
35 $channels = $themecontrollib->tc_list_sections(0, -1, 'section_asc', '');
H A Dtiki-theme_control.php13 $themecontrollib = TikiLib::lib('themecontrol'); variable
43 $themecontrollib->tc_assign_category($_REQUEST['categoryId'], $_REQUEST['theme']);
53 $themecontrollib->tc_remove_cat($cat);
75 $channels = $themecontrollib->tc_list_categories($offset, $maxRecords, $sort_mode, $find);
H A Dtiki-tc.php22 $themecontrollib = TikiLib::lib('themecontrol'); variable
33 …list($tc_theme, $tc_theme_option) = $themecontrollib->get_tc_theme($cat_type, $cat_objid); //this …
36 …$trackerId = $themecontrollib->table('tiki_tracker_items')->fetchOne('trackerId', ['itemId' => $ca…
37 $themecontrollib->get_tc_theme('tracker', $trackerId);
H A Dtiki-theme_control_objects.php12 $themecontrollib = TikiLib::lib('themecontrol'); variable
120 $themecontrollib->tc_assign_object($id, $_REQUEST['theme'], $_REQUEST['type'], $name);
125 $themecontrollib->tc_remove_object($obj);
146 $channels = $themecontrollib->tc_list_objects(null, $offset, $maxRecords, $sort_mode, $find);
H A D.gitattributes4729 lib/theme/themecontrollib.php -text