Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
www
Project
Project
Details
Activity
Releases
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
finnv
www
Commits
d4ab2ac8
Commit
d4ab2ac8
authored
Sep 28, 2023
by
Ольга
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавила телефоны
parent
493c0523
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
custom.css
bitrix/templates/aspro-scorp/css/custom.css
+4
-0
index.php
contacts/index.php
+2
-1
contacts-site-phone2.php
include/contacts-site-phone2.php
+1
-0
site-phone.php
include/site-phone.php
+2
-1
No files found.
bitrix/templates/aspro-scorp/css/custom.css
View file @
d4ab2ac8
...
@@ -309,3 +309,7 @@ section.counters + div .h3 {
...
@@ -309,3 +309,7 @@ section.counters + div .h3 {
background
:
linear-gradient
(
to
bottom
,
rgba
(
255
,
255
,
255
,
0
)
0
,
rgba
(
255
,
255
,
255
,
.79
)
26%
,
rgba
(
255
,
255
,
255
,
.8
)
27%
,
#fff
51%
,
#fff
100%
);
background
:
linear-gradient
(
to
bottom
,
rgba
(
255
,
255
,
255
,
0
)
0
,
rgba
(
255
,
255
,
255
,
.79
)
26%
,
rgba
(
255
,
255
,
255
,
.8
)
27%
,
#fff
51%
,
#fff
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#00ffffff'
,
endColorstr
=
'#ffffff'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#00ffffff'
,
endColorstr
=
'#ffffff'
,
GradientType
=
0
);
}
}
footer
.info
.phone
a
.phone-dop
{
padding-left
:
22px
;
display
:
block
;
}
\ No newline at end of file
contacts/index.php
View file @
d4ab2ac8
...
@@ -33,6 +33,7 @@ $APPLICATION->SetTitle("Контакты");?><div class="row contacts" itemscope
...
@@ -33,6 +33,7 @@ $APPLICATION->SetTitle("Контакты");?><div class="row contacts" itemscope
<td
align=
"left"
valign=
"top"
>
<td
align=
"left"
valign=
"top"
>
<span
class=
"dark_table"
>
Телефон
</span>
<br>
<span
class=
"dark_table"
>
Телефон
</span>
<br>
<span
itemprop=
"telephone"
>
<?
$APPLICATION
->
IncludeFile
(
SITE_DIR
.
"include/contacts-site-phone.php"
,
Array
(),
Array
(
"MODE"
=>
"html"
,
"NAME"
=>
"Phone"
));
?>
</span>
<span
itemprop=
"telephone"
>
<?
$APPLICATION
->
IncludeFile
(
SITE_DIR
.
"include/contacts-site-phone.php"
,
Array
(),
Array
(
"MODE"
=>
"html"
,
"NAME"
=>
"Phone"
));
?>
</span>
<div
itemprop=
"telephone"
>
<?
$APPLICATION
->
IncludeFile
(
SITE_DIR
.
"include/contacts-site-phone2.php"
,
Array
(),
Array
(
"MODE"
=>
"html"
,
"NAME"
=>
"Phone"
));
?>
</div>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
...
include/contacts-site-phone2.php
0 → 100644
View file @
d4ab2ac8
+
7
(
921
)
439
-
75
-
82
\ No newline at end of file
include/site-phone.php
View file @
d4ab2ac8
<a
href=
"tel:+78122093490"
rel=
"nofollow"
>
+7 (812) 209-34-90
</a>
<a
href=
"tel:+78122093490"
rel=
"nofollow"
style=
"margin-top: -3px;"
>
+7 (812) 209-34-90
</a>
\ No newline at end of file
<a
href=
"tel:+79214397582"
rel=
"nofollow"
class=
"phone-dop"
style=
"margin-top: 5px;"
>
+7 (921) 439-75-82
</a>
\ No newline at end of file
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