This message relates my previous (posted as 'nobody', sorry 'bout that). I am trying to get the navigation bar (with the login, password, etc.) into a pop up, separating it from the content. I supposed you get that by means of some Smarty template ?
In the file include.php I see:
// Use a popup wrap?
if ((isset($_gv['use_js']) and $_gv['use_js']) or
(isset($_pv['use_js']) and $_pv['use_js'])) {
$wrap = 'wrap-popup.html';
} else {
$wrap = 'wrap.html';
}
...
but when I activate wrap-popup.html I don't get the navigation part at all. What is 'use_js'. Am I supposed to use something like overlib or so ?
What am I doing wrong ? please help !
thanks a million.
Miguel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
This message relates my previous (posted as 'nobody', sorry 'bout that). I am trying to get the navigation bar (with the login, password, etc.) into a pop up, separating it from the content. I supposed you get that by means of some Smarty template ?
In the file include.php I see:
// Use a popup wrap?
if ((isset($_gv['use_js']) and $_gv['use_js']) or
(isset($_pv['use_js']) and $_pv['use_js'])) {
$wrap = 'wrap-popup.html';
} else {
$wrap = 'wrap.html';
}
...
but when I activate wrap-popup.html I don't get the navigation part at all. What is 'use_js'. Am I supposed to use something like overlib or so ?
What am I doing wrong ? please help !
thanks a million.
Miguel