Set a new order for options in frontpage, shortcuts block and shortcuts main nodes

This commit is contained in:
Manuel Cillero 2017-09-19 00:46:33 +02:00
parent 23702da60f
commit 214e32cfe9
57 changed files with 131 additions and 190 deletions

View file

@ -610,7 +610,7 @@ function stormquicktt_timetracking_trigger($nid = 0, $info = TRUE) {
if (!$active) {
$title = t('Start time tracking.');
$img_src = url(drupal_get_path('module', 'storm') .'/images/timetrackings.png', array('absolute' => TRUE, 'language' => ''));
$img_src = url(path_to_theme() .'/images/storm/timetracking.png', array('absolute' => TRUE, 'language' => ''));
$class = "";
$info_txt = ' '.t('Click to start timetracking');
}