Revision 1529
Added by Luisehahne almost 14 years ago
| frontend.functions.php | ||
|---|---|---|
| 271 | 271 |
// set to new value if page_id changed and not 0 |
| 272 | 272 |
if(($page_id != 0) && ($_SESSION['PAGE_ID'] <> $page_id)) |
| 273 | 273 |
{
|
| 274 |
$_SESSION['PAGE_ID'] = $page_id; |
|
| 274 |
$_SESSION['PAGE_ID'] = $page_id;
|
|
| 275 | 275 |
} |
| 276 | 276 |
// First get all sections for this page |
| 277 | 277 |
$sql = 'SELECT `section_id`, `module`, `publ_start`, `publ_end` '; |
| ... | ... | |
| 481 | 481 |
return $jquery_links; |
| 482 | 482 |
} |
| 483 | 483 |
|
| 484 |
|
|
| 485 | 484 |
// Function to add optional module Javascript into the <body> section of the frontend |
| 486 | 485 |
if(!function_exists('register_frontend_modfiles_body'))
|
| 487 | 486 |
{
|
Also available in: Unified diff
add new backend theme handling (Tks to Stefek)