Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: <head> funkcija...help

Parašė weberiz· 2009 Spa. 11 14:10:18
#1

Sveiki,
iškilo man problema
kaip ant PHP noldojama <head>?
nu man reik pvz šita i <head> imest
<head>
<link rel="stylesheet" href="path-to-file/thickbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="path-to-file/jquery.js"></script>
<script type="text/javascript" src="path-to-file/thickbox.js"></script>
</head>

nes bandant su echo"";
atrodo neveik...

please help +10

Parašė Kelmas· 2009 Spa. 11 14:10:18
#2

WeberiZ parašė:
Sveiki,
iškilo man problema
kaip ant PHP noldojama <head>?
nu man reik pvz šita i <head> imest
<head>
<link rel="stylesheet" href="path-to-file/thickbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="path-to-file/jquery.js"></script>
<script type="text/javascript" src="path-to-file/thickbox.js"></script>
</head>

nes bandant su echo"";
atrodo neveik...

please help +10


visus tavo kode turimus " keiti į ' ir nemės jokiu klaidų. :)

Parašė weberiz· 2009 Spa. 11 15:10:53
#3

o kur man imest pvz news.php nes man neveik...

Parašė Kelmas· 2009 Spa. 11 15:10:19
#4

Po styles.css includinimo įmeti apčioje numestą kodą

<link rel='stylesheet' href='path-to-file/thickbox.css' type='text/css' media='screen' />




Apačioje nurodytus kodus meti po jscript.js JS includinimo. ;)

<script type='text/javascript' src='path-to-file/jquery.js'></script>
<script type='text/javascript' src='path-to-file/thickbox.js'></script>



Redagavo Kelmas· 2009 Spa. 11 15:10:20

Parašė weberiz· 2009 Spa. 11 15:10:49
#5

krč aš debilas esu... path-to-file nesumasčiau nutrint... :]:s:]
viskas veik.. :D

Redagavo weberiz· 2009 Spa. 11 15:10:27