Подключаем стили и js
Для удобной работе в будущем следует заранее разбивать файл functions.php на составляющие папки:
// Пример файла functions.php
<?php
include 'functions/menu.php';
include 'functions/style.php';
include 'functions/scripts.php';
include 'functions/image.php';
Редактируем файлы style.php и scripts.php
Last updated
Was this helpful?