Thread Starter
marusa
(@marusa)
$default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a>Copyright © 2009 ".get_bloginfo('name').". All Rights Reserved.";
This is line 24 and 25`
can you paste the full code (at least up to line 25 included) into a http://wordpress.pastebin.com/ and post the link to it here?
there must be something before the line 24 that is triggering the error.
Thread Starter
marusa
(@marusa)
This is the code with 25 line included.
<?php
if ( function_exists('add_theme_support') )
// This theme uses post thumbnails
add_theme_support( 'post-thumbnails' );
// This theme uses wp_nav_menu()
add_theme_support( 'nav-menus' );
$artThemeSettings = array(
'menu.showSubmenus' => true,
'menu.homeCaption' => "Home",
'menu.showHome' => true,
'menu.topItemBegin' => "<span class=\"l\"></span><span class=\"r\"></span><span class=\"t\">",
'menu.topItemEnd' => "</span>"
);
load_theme_textdomain('kubrick');
$themename = "modrosiva";
$shortname = "artisteer";
$default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a><br />Copyright © 2009 ".get_bloginfo('name').". All Rights Reserved.";
my editor sees only 23 lines; can you post a few more lines?
this is the beginning of line 23 as i see it: $default_footer_content = ........
Thread Starter
marusa
(@marusa)
Ok so here is the whole php. funcitons file
[moderated: huge chunk of code removed, according to forum rules. please use a pastebin]
Thread Starter
marusa
(@marusa)
Tnx for your concern but I have already solved the problem…
well done 😉
please mark this thread as resolved.