Hi,
Ich habe folgendes Problem. Hab schon mehrfach gesucht, aber noch nichts passendes gefunden...:
Bin auch absoluter Anfänger
Parse error: syntax error, unexpected '<' in [...] on line 30
Hier der Code:
PHP
<?php
/*-----------------------------------------------------------------------------------*/
/* Start WooThemes Functions - Please refrain from editing this section */
/*-----------------------------------------------------------------------------------*/
// Set path to WooFramework and theme specific functions
$functions_path = TEMPLATEPATH . '/functions/';
$includes_path = TEMPLATEPATH . '/includes/';
// WooFramework
require_once ($functions_path . 'admin-init.php'); // Framework Init
// Theme specific functionality
require_once ($includes_path . 'theme-options.php'); // Options panel settings and custom settings
require_once ($includes_path . 'theme-functions.php'); // Custom theme functions
require_once ($includes_path . 'theme-comments.php'); // Custom comments/pingback loop
require_once ($includes_path . 'theme-js.php'); // Load javascript in wp_head
require_once ($includes_path . 'sidebar-init.php'); // Initialize widgetized areas
require_once ($includes_path . 'theme-widgets.php'); // Theme widgets
require_once ($includes_path . 'theme-actions.php'); // Theme actions & user defined hooks
/*-----------------------------------------------------------------------------------*/
/* End WooThemes Functions - You can add custom functions below */
/*-----------------------------------------------------------------------------------*/
?>
Alles anzeigen
Immer, wenn ich versuche die Datei neu hochzuladen, kommt die oben beschriebene Fehlermeldung. Könnt ihr mir sagen, wie ich das beheben kann?