Merge branch 'g5'
This commit is contained in:
@ -8,7 +8,7 @@ if (G5_IS_MOBILE) {
|
|||||||
} else {
|
} else {
|
||||||
echo stripslashes($qaconfig['qa_mobile_content_tail']);
|
echo stripslashes($qaconfig['qa_mobile_content_tail']);
|
||||||
if($qaconfig['qa_include_tail'])
|
if($qaconfig['qa_include_tail'])
|
||||||
@include ($qaconfig['bo_include_tail']);
|
@include ($qaconfig['qa_include_tail']);
|
||||||
else
|
else
|
||||||
include ('./_tail.php');
|
include ('./_tail.php');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user