The Main PHP Code For The Frontpage

GK User
Fri Feb 03, 2012 3:37 am
Hello,

I am looking for the main php code for the front main page. Can some tell where I can find this using Dreamweaver. Thanks :D
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 3:44 am
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...
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 3:54 am
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...



Thank you so much, I am trying to make a hyper-link on the Gavern Framwork logo:http://demo.gavick.com/joomla16/sep2011/templates/gk_boutique/images/framework-logo.png.

I cant seem to find which folder it is to attach a link to it thats why I asked for the main php code. Please tell me where I can go to create a hyper-link on this logo. Thanks again
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 4:13 am
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...
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 4:16 am
:D
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...




:D Thats why I love this forum, such great people are on it. Thanks.
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 4:23 am
No problem at all.

See you around...
User avatar
Platinum Boarder


cron