Files
MermsWebsite2021/app/Config/mermsemr_faq.php
T
2021-05-19 14:36:02 +00:00

55 lines
1.7 KiB
PHP

<?php
$merms_faq = array
(
[
'What is MERMS ?',
'What is MERMS ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.'
],
[
'What is myFit App ?',
'What is myFit, The Personal Care, App ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'What MERMS Providers ?',
'What MERMS Providers ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'SHort Title here',
'Long Title here here here here',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'SHort Title here',
'Long Title here here here here',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'SHort Title here',
'Long Title here here here here',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'Can I manage my practice with MERMS ?',
'Can I manage my practice with MERMS ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'What can I track with MERMS myFit ?',
'What can I track with MERMS myFit ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
);
?>