File tree Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ this plugin provides the tools you need for a competitive edge in the digital la
27
27
- [x] ** [ sArticles] ( https://github.com/Seiger/sArticles ) ** Publications.
28
28
- [x] ** [ sMultisite] ( https://github.com/Seiger/sMultisite ) ** robots.txt and sitemap.xml.
29
29
- [x] Custom SEO Title, Description and Keywords.
30
- - [x] SEO Meta Templates Title, Description and Keywords.
30
+ - [x] SEO Meta Templates Title, Description and Keywords (pro) .
31
31
- [x] Canonical URL Implementation.
32
32
- [x] Automatic META Tags Generation.
33
33
- [x] XML Sitemap Generation.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ this plugin provides the tools you need for a competitive edge in the digital la
34
34
- [x] ** [ sArticles] ( https://github.com/Seiger/sArticles ) ** Publications.
35
35
- [x] ** [ sMultisite] ( https://github.com/Seiger/sMultisite ) ** robots.txt and sitemap.xml.
36
36
- [x] Custom SEO Title, Description and Keywords.
37
- - [x] SEO Meta Templates Title, Description and Keywords.
37
+ - [x] SEO Meta Templates Title, Description and Keywords (pro) .
38
38
- [x] Canonical URL Implementation.
39
39
- [x] Automatic META Tags Generation.
40
40
- [x] XML Sitemap Generation.
Original file line number Diff line number Diff line change 166
166
'sseo ' ,
167
167
'tools ' ,
168
168
'<i class=" ' .__ ('sSeo::global.icon ' ).'"></i><span class="menu-item-text"> ' .__ ('sSeo::global.title ' ).'</span> ' ,
169
- config ('seiger.settings.sSeo.redirects_enabled ' , 0 ) == 1 ? sSeo::route ('sSeo.redirects ' ) : sSeo::route ('sSeo.templates ' ),
169
+ config ('seiger.settings.sSeo.redirects_enabled ' , 0 ) == 1 ? sSeo::route ('sSeo.redirects ' ) : sSeo::route ('sSeo.configure ' ),
170
170
__ ('sSeo::global.title ' ),
171
171
"" ,
172
172
"" ,
Original file line number Diff line number Diff line change 21
21
</div >
22
22
</div >
23
23
@endif
24
- <div class =" tab-page templatesTab" id =" templatesTab" >
25
- <h2 class =" tab" >
26
- <a href =" {{ sSeo:: route (' sSeo.templates' ) } }" >
27
- <span ><i class =" @lang (' sSeo::global.templates_icon' )" data-tooltip =" @lang (' sSeo::global.templates_help' )" ></i > @lang (' sSeo::global.templates' )</span >
28
- </a >
29
- </h2 >
30
- <script >tpResources .addTabPage (document .getElementById (' templatesTab' )); </script >
31
- <div class =" container container-body" >
32
- @if ($name == ' templates' )
33
- @include (' sSeo::templatesTab' )
34
- <script >tpResources .setSelectedTab (' templatesTab' ); </script >
35
- @endif
24
+ @if (evo ()-> getConfig (' sseo_pro' , false ) )
25
+ <div class =" tab-page templatesTab" id =" templatesTab" >
26
+ <h2 class =" tab" >
27
+ <a href =" {{ sSeo:: route (' sSeo.templates' ) } }" >
28
+ <span ><i class =" @lang (' sSeo::global.templates_icon' )" data-tooltip =" @lang (' sSeo::global.templates_help' )" ></i > @lang (' sSeo::global.templates' )</span >
29
+ </a >
30
+ </h2 >
31
+ <script >tpResources .addTabPage (document .getElementById (' templatesTab' )); </script >
32
+ <div class =" container container-body" >
33
+ @if ($name == ' templates' )
34
+ @include (' sSeo::templatesTab' )
35
+ <script >tpResources .setSelectedTab (' templatesTab' ); </script >
36
+ @endif
37
+ </div >
36
38
</div >
37
- </ div >
39
+ @endif
38
40
<div class =" tab-page robotsTab" id =" robotsTab" >
39
41
<h2 class =" tab" >
40
42
<a href =" {{ sSeo:: route (' sSeo.robots' ) } }" >
You can’t perform that action at this time.
0 commit comments