tazpanel diff styles/default/header.html @ rev 538
Speed-up interface: cache xhtml header; need to use 'tazpanel cc' to clean cache when TazPanel menu changes (in post-install and post-remove functions for TazPanel modules)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Aug 30 23:46:37 2015 +0300 (2015-08-30) |
parents | 4f619f973b88 |
children | 71e797397c58 |
line diff
1.1 --- a/styles/default/header.html Mon Aug 24 01:05:08 2015 +0300 1.2 +++ b/styles/default/header.html Sun Aug 30 23:46:37 2015 +0300 1.3 @@ -1,6 +1,6 @@ 1.4 # Header of TazPanel html page 1.5 1.6 -rootclass='user'; [ $(id -u) == '0' ] && rootclass='root' 1.7 +rootclass='user'; [ $(id -u) -eq 0 ] && rootclass='root' 1.8 TEXTDOMAIN_original="${TEXTDOMAIN:-tazpanel}" 1.9 export TEXTDOMAIN='tazpanel' 1.10