Home
last modified time | relevance | path

Searched refs:doplugin (Results 1 – 3 of 3) sorted by relevance

/template/sprintdoc/tpl/
Dnav-usertools-buttons.php47 $doplugin = plugin_load('helper', 'do'); variable
48 if ($doplugin !== null && isset($_SERVER['REMOTE_USER'])) {
49 $icon = $doplugin->tpl_getUserTasksIconHTML();
/template/icke/
Dmain.php38 $doplugin = plugin_load('helper','do'); variable
39 if ($doplugin !== null) {
40 $doplugin->tpl_pageTasks();
Dcomponents.php44 $doplugin = plugin_load('helper','do');
45 if ($doplugin !== null && isset($_SERVER['REMOTE_USER'])) {
46 $tasks = $doplugin->loadTasks(array('status' => array('undone'),