Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
ks-AddPhp Question!
« previous
next »
Print
Pages: [
1
]
Author
Topic: ks-AddPhp Question! (Read 6090 times)
solutionx
Guest
ks-AddPhp Question!
«
on:
January 01, 2013, 21:06:14 »
ks-AddPhp calls php file but not the css of the file!!!!!
Logged
babis1
Hero Member
Posts: 1538
Re: ks-AddPhp Question!
«
Reply #1 on:
January 01, 2013, 23:05:43 »
you must include the path of the css file in the php file, something like that
<?php echo "<link rel=\"stylesheet\" href=\"
http://www.mysite.com/folder/file.css\
" type=\"text/css\"/>" ; ?>
Logged
solutionx
Guest
Re: ks-AddPhp Question!
«
Reply #2 on:
January 01, 2013, 23:10:50 »
the css is included in the php file.......
where should i put the line?
in the bot?
Logged
babis1
Hero Member
Posts: 1538
Re: ks-AddPhp Question!
«
Reply #3 on:
January 01, 2013, 23:14:36 »
of course not in the bot.....i thought you have 2 different files one file.php and one file.css, why dont you separate the css from the php file ? in your case maybe you have something wrong in your php file
be sure that in your content item you have write the right code
{addphp file=/folder_with_php_file/file.php}
«
Last Edit: January 02, 2013, 20:40:28 by babis1
»
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
ks-AddPhp Question!