Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Тимофей Семененко
/
shold.dev5.ashmanov.com
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 62d4ad18
authored
Dec 01, 2017
by
Semenenko Timofey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Фикс удаление счётчика задача 25365
1 parent
d2b32b09
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
local/include/counters-before-footer.php
local/templates/main/header.php
local/include/counters-before-footer.php
View file @
62d4ad1
<!--noindex-->
<div
style=
"display:none;visibility:hidden;opacity:0"
>
<script
type=
"text/javascript"
>
/* <![CDATA[ */
var
google_conversion_id
=
946846877
;
var
google_custom_params
=
window
.
google_tag_params
;
var
google_remarketing_only
=
true
;
/* ]]> */
</script><script
type=
"text/javascript"
src=
"//www.googleadservices.com/pagead/conversion.js"
></script><noscript><div
style=
"display:inline;"
><img
height=
"1"
width=
"1"
style=
"border-style:none;"
alt=
""
src=
"//googleads.g.doubleclick.net/pagead/viewthroughconversion/946846877/?value=0&guid=ON&script=0"
/></div></noscript>
</div>
<!--/noindex-->
\ No newline at end of file
local/templates/main/header.php
View file @
62d4ad1
...
...
@@ -109,8 +109,7 @@ if ($APPLICATION->GetCurPage() == '/projects/online/') echo '<meta name="robots"
<?
CModule
::
IncludeModule
(
'nurgush.mobiledetect'
);
$detect
=
new
Nurgush\MobileDetect\Main
();
if
(
$detect
->
isIOS
()){
?>
<input
type=
"text"
id=
'header_search'
autocomplete=
'off'
placeholder=
"Введите название"
name=
"q"
value=
"
<?=
$_GET
[
'q'
]
?>
"
>
<!--
--><!-- <button type="submit" class="search-button"><span class="site-styled-button__span">Найти</span></button> -->
<input
type=
"text"
id=
'header_search'
autocomplete=
'off'
placeholder=
"Введите название"
name=
"q"
value=
"
<?=
$_GET
[
'q'
]
?>
"
>
<?
}
else
{
?>
<input
type=
"text"
id=
'header_search'
autocomplete=
'off'
placeholder=
"Введите название"
name=
"q"
value=
"
<?=
$_GET
[
'q'
]
?>
"
>
<?
}
?>
...
...
@@ -121,7 +120,6 @@ if ($APPLICATION->GetCurPage() == '/projects/online/') echo '<meta name="robots"
</span>
</form>
<?
//26.04.2017 Hawks
CModule
::
IncludeModule
(
'nurgush.mobiledetect'
);
$detect
=
new
Nurgush\MobileDetect\Main
();
...
...
@@ -141,7 +139,6 @@ if ($APPLICATION->GetCurPage() == '/projects/online/') echo '<meta name="robots"
<?
}
?>
<?
//26.04.2017 Hawks
CModule
::
IncludeModule
(
'nurgush.mobiledetect'
);
$detect
=
new
Nurgush\MobileDetect\Main
();
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment