|
|
@ -212,8 +212,7 @@ class Welcome extends CI_Controller {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
foreach ($data['all_information'] as $item) {
|
|
|
|
foreach ($data['all_information'] as $item) {
|
|
|
|
|
|
|
|
|
|
|
|
if (empty($item->ic_url) || empty($item->ic_type) ||
|
|
|
|
if (empty($item->ic_url)) {
|
|
|
|
empty($item->ic_seo_title) || empty($item->ic_seo_description)) {
|
|
|
|
|
|
|
|
echo '<span style="color: red;">['.$item->ic_title .'] ['.$item->ic_url.']</span> <br/>';
|
|
|
|
echo '<span style="color: red;">['.$item->ic_title .'] ['.$item->ic_url.']</span> <br/>';
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|