summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index fb3178e..4737238 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -102,13 +102,13 @@ if($config['installedpackages']['service']) {
echo '<td valign="middle" class="list" nowrap>';
if($running) {
echo "<a href='status_services.php?mode=restartservice&service={$service['name']}'>";
- echo "<img title='Restart Service' border='0' src='/service_restart.gif'></a> ";
+ echo "<img title='Restart Service' border='0' src='./themes/".$g['theme']."/images/icons/icon_service_restart.gif'></a> ";
echo "<a href='status_services.php?mode=stopservice&service={$service['name']}'>";
- echo "<img title='Stop Service' border='0' src='/service_stop.gif'> ";
+ echo "<img title='Stop Service' border='0' src='./themes/".$g['theme']."/images/icons/icon_service_stop.gif'> ";
echo "</a>";
} else {
echo "<a href='status_services.php?mode=startservice&service={$service['name']}'> ";
- echo "<img title='Start Service' border='0' src='/service_start.gif'></a> ";
+ echo "<img title='Start Service' border='0' src='./themes/".$g['theme']."/images/icons/icon_service_start.gif'></a> ";
}
echo '</td>';
echo '</tr>';
OpenPOWER on IntegriCloud