all dot html route is replaced with dot php (some may be dead end)
This commit is contained in:
12
pte.php
12
pte.php
@ -29,27 +29,27 @@
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
<a href="business-planning.php">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
<a href="human-resource.php">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
<a href="market-analysis.php">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
<a href="startup-business.php">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
<a href="programe-manager.php">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
<a href="investment-policy.php">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user