0 Пользователей и 1 Гость просматривают эту тему.
  • 5 Ответов
  • 1831 Просмотров
*

SchubertFrans

  • Новичок
  • 3
  • 0 / 0
Need help changing CSS link on GK Mystore
« : 25.02.2012, 08:46:51 »
Please need help, i want to change 1 CSS link to new one, here the problem is
Код
  <link rel="stylesheet" href="http://my-xxx-site.com/templates/gk_mystore/css/menu.gkmenu.css" type="text/css" />
  <link rel="stylesheet" href="/css/reset/meyer.css" type="text/css" />
  <link rel="stylesheet" href="/css/layout.css" type="text/css" />
  <link rel="stylesheet" href="/css/joomla.css" type="text/css" />
  <link rel="stylesheet" href="/css/template.css" type="text/css" />
  <link rel="stylesheet" href="/css/menu.css" type="text/css" />
  <link rel="stylesheet" href="/css/gk.stuff.css" type="text/css" />
  <link rel="stylesheet" href="/css/vm.css" type="text/css" />
  <link rel="stylesheet" href="/css/typography.style3.css" type="text/css" />
  <link rel="stylesheet" href="/css/typography.iconset.1.css" type="text/css" />
  <link rel="stylesheet" href="/css/style3.css" type="text/css" />

I'm looking for this code templates/gk_mystore/css/menu.gkmenu.css on php but no luck. Where's this code stored?

WBR,
SchubertFrans
*

voland

  • Легенда
  • 11031
  • 588 / 112
  • Эта строка съедает место на вашем мониторе
*

SchubertFrans

  • Новичок
  • 3
  • 0 / 0
Re: Need help changing CSS link on GK Mystore
« Ответ #2 : 25.02.2012, 09:10:18 »
awesome  :D

Код
lib – files for framework logics
- framework – supporting framework PHP classes
- menu – PHP classes connected with generating menu

and found it  :o
Код
			$document->addStyleSheet(JURI::root().'templates/' . $document->template . '/css/menu.gkmenu.css');
$document->addScript(JURI::root().'templates/' . $document->template . '/js/menu.gkmenu.js');

Thanks

*

voland

  • Легенда
  • 11031
  • 588 / 112
  • Эта строка съедает место на вашем мониторе
Re: Need help changing CSS link on GK Mystore
« Ответ #3 : 25.02.2012, 09:13:07 »
Cool!
Offtop - why are u posting on russian forum? ))
*

SchubertFrans

  • Новичок
  • 3
  • 0 / 0
Re: Need help changing CSS link on GK Mystore
« Ответ #4 : 25.02.2012, 09:14:52 »
in my mind, russian indicate smart people... :D include in reverse engineering isn't it?

:)
*

voland

  • Легенда
  • 11031
  • 588 / 112
  • Эта строка съедает место на вашем мониторе
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться