Commit 9e231a3f authored by Kristina Hoeppner's avatar Kristina Hoeppner Committed by Doris Tam
Browse files

Bug 1969260: Add page icons to 3 menu items in 'Development'

Change-Id: Ic7ae2bc5a3218485bbd8efb3c152616823770f45
(cherry picked from commit 3f768d76)
parent 15725f2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ $csvfields = array('name', 'path', 'versions', 'websites');
$USER->set_download_file(generate_csv($csv_array, $csvfields), 'thirdpartyplugins.csv', 'text/csv');

$smarty = smarty();
setpageicon($smarty, 'icon-cubes');
$smarty->assign('plugins', $plugins);
$smarty->assign('SIDEBARS', false);
$smarty->assign('wwwroot', get_config('wwwroot'));
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ if (get_config('behat_dataroot')) {
}

$smarty = smarty(array());
setpageicon($smarty, 'icon-cogs');
setpageicon($smarty, 'icon-vial');
$smarty->assign('PAGEHEADING', TITLE);
$smarty->assign('data', $data);
$smarty->assign('hascore', $hascore);
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ $smarty->setDefaultCompilerFactory(
    }
);

setpageicon($smarty, 'icon-paint-roller');
$smarty->assign('description', get_string('styleguide_description'));
$smarty->assign('copy', get_string('copy'));
$smarty->assign('scrollup', get_string('scroll_to_top'));