7 Commits

Author SHA1 Message Date
agibert
a58dfaa33b - fix missing utf-8 setup... 2015-12-04 16:07:30 +00:00
agibert
25b1aad8ab - Fix minor undifined variable bugs,
- Add utf-8 support.
2015-12-04 10:40:41 +00:00
agibert
632df6012d - Add sprite support,
- Add hover link effect,
- Fix many display position bugs.
2015-09-07 19:23:56 +00:00
agibert
e32b04199d - Add URL pre/post definition,
- Add feature support (Google Analitics / JPlayer Inspector).
2015-08-06 23:49:02 +00:00
agibert
c33a03ba1b - Add skin support,
- Normalize logo names,
- Update JPlayer version,
- Add native browser audio player support.
2015-08-06 23:43:15 +00:00
agibert
bfda4b1e9e - Remove LM-Charlie logo. 2015-05-15 17:08:31 +00:00
agibert
13705fc9c1 - Update GoogleAnalytics scripts. 2015-02-16 17:07:27 +00:00
2 changed files with 595 additions and 703 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,29 +1,42 @@
<? <?
// $RCSfile: lmbrowse_config.inc,v $ // $RCSfile: lmbrowse_config.inc,v $
// $Revision: 1.2 $ // $Revision: 1.3 $
// $Name: $ // $Name: $
// $Date: 2012/12/18 23:49:57 $ // $Date: 2015/08/06 23:49:02 $
// $Author: agibert $ // $Author: agibert $
/*--------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------*/
/* Path and URL definitions */ /* Path and URL definition */
/*--------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------*/
$lmb_path = "/var/httpd/www.langueur-monotone.com/html"; $lmb_path = "/var/httpd/www.langueur-monotone.com/html";
$lmb_url = "/lmbrowse.php"; $lmb_url_pre = "www.langueur-monotone.com";
$lmb_url_post = "/";
/*--------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------*/
/* Keywords definitions */ /* Keywords definition */
/*--------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------*/
$lmb_keywords = "langueur-monotone.com,langueur monotone,music,music group,music band,Arnaud GIBERT,Arnaud G. GIBERT"; $lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GIBERT";
/*--------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------*/
/* Admin Password definitions */ /* Features control */
/*--------------------------------------------------------------------------------------------------------------------*/
/* Google analytics */
$lmb_ga_enable = true;
/* JPlayer Inpector link*/
$lmb_jpi_enable = false;
/*--------------------------------------------------------------------------------------------------------------------*/
/* Admin Password definition */
/*--------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------*/
$lmb_password = "XXXXXXXX"; $lmb_password = "XXXXXXXX";