]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #405 from fermionic/support-for-mobile-themes
authorfriendica <info@friendica.com>
Tue, 24 Jul 2012 03:18:23 +0000 (20:18 -0700)
committerfriendica <info@friendica.com>
Tue, 24 Jul 2012 03:18:23 +0000 (20:18 -0700)
changes to support a mobile theme

1  2 
boot.php

diff --cc boot.php
index 76a11652d1aebf50189fb2b418e44c28249467b3,773e2d9660f7be3b6e21162b94dcf3d713b57246..1dc3d8a9ac4c2dcd88fb6b763b95b5bdd22532fc
+++ b/boot.php
@@@ -8,9 -8,10 +8,10 @@@ require_once('include/datetime.php')
  require_once('include/pgettext.php');
  require_once('include/nav.php');
  require_once('include/cache.php');
+ require_once('library/Mobile_Detect/Mobile_Detect.php');
  
  define ( 'FRIENDICA_PLATFORM',     'Friendica');
 -define ( 'FRIENDICA_VERSION',      '3.0.1412' );
 +define ( 'FRIENDICA_VERSION',      '3.0.1413' );
  define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
  define ( 'DB_UPDATE_VERSION',      1154      );