j
k
j a
j l
Nick Lewis wrote:
The problem is that sidebar-left only appears when the user is logged in, and mission only appears on the front page.
if ($is_front) { }
global $user; if ($user->uid > 0) { }
Back to the thread
Back to the list