summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-17 12:29:06 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-17 12:29:06 -0300
commit7bc1b96813be68982c14f244b0ac82ccc14e84af (patch)
tree4f91ee60f439d2fadb9303cffb1b7b1f5c27691a /usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
parentbcf4b8ccf6661a3e2f8e7202814fb1bd80814a4c (diff)
downloadpfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.zip
pfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.tar.gz
Remove remaining hardcoded theme names
Diffstat (limited to 'usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php b/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
index a7e7882..879abb5 100644
--- a/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
+++ b/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
@@ -35,7 +35,7 @@ require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");
?>
-<link href="/themes/nervecenter/graphlink.css" rel="stylesheet" type="text/css" />
+<link href="/themes/<?=$g['theme'];?>/graphlink.css" rel="stylesheet" type="text/css" />
<script src="/widgets/javascript/cpu_graphs.js" type="text/javascript"></script>
<script type="text/javascript">
/* initialize the graph */
@@ -69,4 +69,4 @@ require_once("functions.inc");
GraphSetVMax(graph[0], 100);
GraphDynamicScale(graph[0]);
-</script> \ No newline at end of file
+</script>
OpenPOWER on IntegriCloud