Site HTML ?

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Sat Jun 23, 2012 12:58 am
I wish to edit parts of the site and change things such as the Label on the Login button. i find the location in the main HTML file. usually this is under the site template\templatename\index.php but not with these templates ????? where is it hidden.
User avatar
Fresh Boarder

GK User
Sat Jun 23, 2012 1:38 am
Please check following files.

templates/gk_templatename/layout/default.php

Then you will find several files in below folder which are sub files/functions/php for default.php

templates/gk_templatename/layout/blocks/

See you around...
User avatar
Platinum Boarder

GK User
Sat Jun 23, 2012 2:30 pm
Thanks that does help some... but i still cannot find what i am looking for..

Let me see if i can explain..

if i use Firebug to inspect the part i wish to change it indicates the following:

I want to change the tex for the login button. if i type the change into firebug i can see the desired result. But i cannot find the file that contains that information.
> <ul class="menu">
<a id-"btnlogin" href="http://mydomain/index.php?option=com_users&view=login">Login(this is the text i want to change)</a>

Path is : >> html.-moz- body.nobg div#gkBg section#gkPageTop div#gkTopNav a#btnLogin


also the css settings do not show the css files that contain the settings just strange numbers like #8 or #9 etc.. is this encrypted to prevent access to this information? and if so please explain how this is an advantage for a template for easy modification and customization.

I am probably just silly and please set me straight because i am lost......

:D
User avatar
Fresh Boarder

GK User
Sat Jun 23, 2012 7:53 pm
If you just want to change "Login" text then simply edit the language file Lines 3 to 6.

language/en-GB/en-GB.tpl_gk_appsprotech.ini.

Code: Select all
TPL_GK_LANG_LOGIN="Login"
TPL_GK_LANG_LOGOUT="Your account"
TPL_GK_LANG_CLOSE="Close"
TPL_GK_LANG_REGISTER="Register"


See you around...
User avatar
Platinum Boarder

GK User
Sat Jun 23, 2012 9:25 pm
Thanks that is what i needed...
User avatar
Fresh Boarder

GK User
Sun Jun 24, 2012 4:24 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron