Hi I Have installed the latest DM Albums 3.0 but now I am having some “Parse error at end”, do not have much experience with Php though.
function dm_manage_albums_box()
{
// Use nonce for verification
echo ‘<input type=”hidden” name=”dm_manage_albums_box_noncename” id=”dm_manage_albums_box_noncename” value=”‘ .
wp_create_nonce( plugin_basename(__FILE__) ) . ‘” />’;
include_once(‘wp-dm-albums-admin-header.php’);
include_once(‘wp-dm-albums-manager.php’);
include_once(‘wp-dm-albums-detail-manager.php’);
include_once(‘wp-dm-albums-sort-manager.php’);
}
add_action(‘admin_menu’, ‘dm_post_add_options’);
add_action(‘admin_menu’, ‘dm_manage_dmalbums_metabox’);
?> (line causing error )
any help would be welcomed.