Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raj Shah
makura-2025
Commits
768ae8c4
Commit
768ae8c4
authored
Jan 02, 2025
by
rajshah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
done for v2 icon box
parent
4c72fe35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
icon-box.php
blocks/seo/icon-box.php
+3
-2
No files found.
blocks/seo/icon-box.php
View file @
768ae8c4
...
...
@@ -7,9 +7,10 @@ if (isset($ibs) && is_array($ibs) && !empty($ibs)):
$ibs_title
=
$ibs
[
'ibs_title'
]
?:
''
;
$ibs_desc
=
$ibs
[
'ibs_desc'
]
?:
''
;
$ibs_items
=
$ibs
[
'ibs_items'
]
?:
[];
$ibs_v
=
$ibs
[
'ibs_v'
];
if
(
isset
(
$ibs_items
)
&&
is_array
(
$ibs_items
)
&&
!
empty
(
$ibs_items
))
:
?>
<section
class=
"
SERVICE-LISTING pt-80
"
>
<section
class=
"
<?php
echo
(
$ibs_v
)
?
' pt-80 '
:
'AUDIT-TOOL-BOX py-80 mt-80'
;
?>
SERVICE-LISTING
"
>
<div
class=
"container"
>
<div
class=
"top-title section-title"
>
<?php
if
(
!
empty
(
$ibs_title
))
:
?>
...
...
@@ -25,7 +26,7 @@ if (isset($ibs) && is_array($ibs) && !empty($ibs)):
$ibsi_title
=
$ibsi
[
'ibsi_title'
]
?:
''
;
$ibsi_desc
=
$ibsi
[
'ibsi_desc'
]
?:
''
;
?>
<div
class=
"col-md-6 col-xl-
3
"
>
<div
class=
"col-md-6 col-xl-
<?php
echo
(
$ibs_v
)
?
'3'
:
'4'
;
?>
"
>
<div
class=
"service-item"
>
<?php
if
(
!
empty
(
$ibsi_icon
))
:
?>
<div
class=
"si-icon"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment