Search found 2 matches

by JerryWham
Mon Sep 08, 2025 11:16 pm
Forum: General
Topic: Pull request (here, because I don't have Github account)
Replies: 1
Views: 44495

Re: Pull request (here, because I don't have Github account)

On bl-kernel/helpers/theme.class.php, I add integrity param to css files and javascript files. I replace css and javascript functions, by these: public static function css($files, $base = DOMAIN_THEME) { global $site; if (!is_array($files)) { $files = array($files); } $links = ''; foreach ($files as...
by JerryWham
Sun Mar 09, 2025 10:51 pm
Forum: General
Topic: Pull request (here, because I don't have Github account)
Replies: 1
Views: 44495

Pull request (here, because I don't have Github account)

Hello everyone ! I am a French user, so sorry for my english. I don't have Github account since Microsoft buy it and introduice IA in it. So I post a pull request if it can help.... Issue : when a file is not found, a warning is raised because of file_get_contents function in pagex.class.php So, I p...