Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    9
    Plugin Contributions
    0

    Default admin/template_select.php on line 210

    i replaced the file but it gives me this error in the admin/tools/templates controller

    "admin/template_select.php on line 210"


    $contents[] = array('text' => '<br>' . TEXT_INFO_TEMPLATE_AUTHOR . $template_info[$tInfo->template_dir]['author']);
    $contents[] = array('text' => '<br>' . TEXT_INFO_TEMPLATE_VERSION . $template_info[$tInfo->template_dir]['version']);
    $contents[] = array('text' => '<br>' . TEXT_INFO_TEMPLATE_DESCRIPTION . '<br />' . $template_info[$tInfo->template_dir]['description']);
    $contents[] = array('text' => '<br>' . TEXT_INFO_TEMPLATE_INSTALLED . '<br />');
    while (list ($key, $value) = each($template_info) ) {
    $contents[] = array('text' => '<a href="' . DIR_WS_CATALOG_TEMPLATE . $key . '/images/' . $value['screenshot'] . '" target = "_blank">' . zen_image_button('button_preview.gif', IMAGE_PREVIEW) . '</a>&nbsp;&nbsp;' . $value['name']);
    }
    }
    break;

    anyone see the problem?

  2. #2
    Join Date
    Apr 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: admin/template_select.php on line 210

    ok fixed that problem,now i keep getting the default template.
    i think it may be the template language file is in the wrong place,anyone know where it needs to go?
    i have my new template selected but its still the same

 

 

Similar Threads

  1. 1.3.8a admin error index.php line 23
    By RixStix in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 14 Jul 2010, 11:58 PM
  2. admin-template_select.php dissapeared after template change
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Aug 2008, 12:26 PM
  3. can't access "template_select.php" ?
    By sinbad in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Aug 2006, 10:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg