every time when i install a them i get these 2 errors,
strict warning: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\xampp\htdocs\drupal\themes\engines\phptemplate\template.php on line 27.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\xampp\htdocs\drupal\themes\engines\phptemplate\template.php on line 28.
When i open the file this is line 27 and 28:
* @param $hook
* The name of the theme function being executed
I have had a user submit a patch to the Meta theme and I am unsure what to do. Here are two articles I just read about the situation of using $directory or path_to_them()
If anyone has any pointers, I would greatly appreciate it. The "Converting 4.6 themes to 4.7" mentioned that base href head tag is dead, but I do see it in my 4.7b4 version and I'm not sure what the plan is. Will it be removed on the next build? Should I use $directory and not path_to_theme()
I have been looking at basing my custom theme on the CivicSpace themes but it seems HTMLArea is broken in all the derivitives. I do not want to use TinyMCE because I like the image uploading method of HTMLArea. Anyway, has anyone managed to get HTMLArea to display correctly/at all in CivicSpace based themes?