I am looking for the main php code for the front main page. Can some tell where I can find this using Dreamweaver. Thanks

\templates\gk_templatename\layouts\default.php
normanUK wrote:Frontpage is made up from many php codes from template files as well as other files/calls/api from Joomla.
GavickPro templates uses layouts then builds up main page. See following file and any other files called from this file.
- Code: Select all
\templates\gk_templatename\layouts\default.php
See you around...
<div id="gkFrameworkLogo">Framework logo</div>
<div id="gkFrameworkLogo"><a href="http://www.gavickpro.com/" title="Professional Joomla 2.5 Templates" id="gkFrameworkLogo">GavickPro</a></div>
normanUK wrote:Find File: "\templates\gk_boutique\layouts\blocks\footer.php"
Find Line: 34 Which is below
- Code: Select all
<div id="gkFrameworkLogo">Framework logo</div>
Replace with below, edit according to your needs.
- Code: Select all
<div id="gkFrameworkLogo"><a href="http://www.gavickpro.com/" title="Professional Joomla 2.5 Templates" id="gkFrameworkLogo">GavickPro</a></div>
See you around...