Subversion Repositories cheapmusic

Rev

Rev 127 | Rev 132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 128
Line 297... Line 297...
297
    $xh->tag('p', "Bookmark FindCheapMusic.com");
297
    $xh->tag('p', "Bookmark FindCheapMusic.com");
298
}
298
}
299
 
299
 
300
        $xh->close(); // div
300
        $xh->close(); // div
301
    $xh->close(); // div
301
    $xh->close(); // div
-
 
302
 
302
 
303
 
303
    $xh->insert_code(mainSearchForm());
304
    $xh->insert_code(mainSearchForm());
304
 
305
 
305
if (getPGV('submit') == "terms") {
306
if (getPGV('submit') == "terms") {
306
    $snip = file_get_contents('snippets/terms.txt');
307
    $snip = file_get_contents('snippets/terms.txt');
Line 364... Line 365...
364
    $xh->insert_code(printSearchInfoModal());
365
    $xh->insert_code(printSearchInfoModal());
365
}
366
}
366
 
367
 
367
$xh->insert_code(printProgessbarModal());
368
$xh->insert_code(printProgessbarModal());
368
 
369
 
369
$xh->insert_code(printTopButton());
370
$xh->insert_code(printSocialIconBar());
370
 
371
 
371
$xh->insert_code(htmlFooter());
372
$xh->insert_code(htmlFooter());
372
 
373
 
373
$xh->insert_code(headerQuoteSlides());
374
$xh->insert_code(headerQuoteSlides());
374
 
375