Joomla template

0

Is it possible to add a page that I created the entire content in PHP and add the Joomla template? I mean, I have a website created by Joomla, and an element of the menu points to a PHP file that I created myself, but I do not want to integrate it through any extension, just know if it is possible to add the CSS of that template to this part that I entered.

    
asked by Alberto Cepero de Andrés 21.05.2017 в 00:26
source

1 answer

1

Well, that is the purpose of the CSS to give consistency to the design

just add in the <head> of your PHP

<link rel="stylesheet" href="style.css">

where style.css is your css file

    
answered by 21.05.2017 / 01:12
source