When I want to switch to the selfmade skin I get this error:
Fatal error: main(): Failed opening required './_feedback.php' (include_path='.:/usr/local/share/pear') in /pub/home/***/***/skins/alltravel/_main.php on line 230
In the _main.php this is the part with the php code:
<?php // ------------- START OF INCLUDE FOR COMMENTS -------------
$disp_comments = 1; // Display the comments if requested
$disp_comment_form = 1; // Display the comments form if comments requested
require( dirname(_FILE_).'/_feedback.php' );
// -------- END OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. ------
In the folder skins/alltravel, the _feedback.php file is present.
the page is on:
http://www.reisinformatieweblog.com and choose the skin 'alltravel' Here the error will be and also the content under the header moved to the right. Header content is suddenly several pixels more down as in the design.
Hope to read some ideas :-)
should be
two underscores before FILE and two after.