Exception (Code 0): Syntax Error in template "/var/www/vhosts/silverfallsseed.com/.silverfallsseed/templates/content/templates/lost-password.hidden.tpl" on line 87 " >>" - Unexpected " >>", expected one of: ">>" , " "
1 /var/www/vhosts/silverfallsseed.com/.silverfallsseed/config/config.php line 80:
Call: TrueException::copy
Arguments:
1 : Exception Object
Exception (Code 0): Syntax Error in template "/var/www/vhosts/silverfallsseed.com/.silverfallsseed/templates/content/templates/lost-password.hidden.tpl" on line 87 " >>" - Unexpected " >>", expected one of: ">>" , " "
1 /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/libs/sysplugins/smarty_internal_templateparser.php line 2669:
Call: Smarty_Internal_TemplateCompilerBase->trigger_template_error
2 /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/libs/sysplugins/smarty_internal_templateparser.php line 2734:
Call: Smarty_Internal_Templateparser->yy_syntax_error
Arguments:
1 : INTEGER:10
2 : STRING: >>
3 /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php line 49:
Call: Smarty_Internal_Templateparser->doParse
Arguments:
1 : INTEGER:10
2 : STRING: >>
4 /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php line 82:
Call: Smarty_Internal_SmartyTemplateCompiler->doCompile
Arguments:
1 : STRING:<<*TPL-MODEL [section name=title, label='Page Title', type=string] [section name=caption, label='Initial Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_subject, label='Subject', type=string] [section name=message_html, label='HTML Email', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_text, label='Text Email', type=html, height=200, display=expanded] [section name=message_sent, label='Email Sent Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_unsent, label='Unsent Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_existing, label='Existing Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_approved, label='Approved Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_not_approved, label='Not Approved Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_complete, label='Complete Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_invalid, label='Invalid Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [section name=message_expired, label='Expired Caption', type=html, editor='fckeditor', height=200, display=expanded, toolbar='Minimal'] [attr name=caption value="This template is for configuring the lost-password reset form."] [attr name=uri value='/lost-password'] [attr name=visible value=false] [attr name=dynamic value=true] [attr name=deletable value=false] [css name=templates] TPL-MODEL*>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><<$title>></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="<<$meta_keywords|default:$sfs.global_keyw>>" /> <meta name="description" content="<<$meta_description|default:$sfs.global_desc>>" /> <<$metadata>> <<res_include name='main' type='css'>> <<$styles>> <script src="/js/firebug/firebug.js" type="text/javascript" language="javascript"></script> <<res_include name='main' type='js'>> <<$scripts>> </head> <body> <<*desc value=$LostPassword.debug*>> <div id="section_<<$section>>" class="section"> <<include file="common/header.tpl">> <<include file="common/menu.tpl">> <<include file="common/nav.tpl">> <<capture assign="change_password_form">> <<if $LostPassword.error>> <div class="bdr-btm bmarg"> <h2 class="bpad red bld" >ERROR</h2> <ul class="form-error"> <li><strong><<$LostPassword.error>></strong></li> </ul> </div> <</if>> <form id="change_password" method="post" action="/lost-password"> <input type="hidden" name="lost_password" value="complete" /> <strong class="block bpad">REQUEST APPROVAL FORM</strong> <ul class="lostpswrd"> <li><strong>Account:</strong></li> <li class="bpad"><input type="text" name="login" value="<<$LostPassword.login>>" class="field tnypad" /></li> <li><strong>Approval Code:</strong></li> <li class="bpad"><input type="text" name="approval_code" value="<<$LostPassword.approval_code>>" class="field tnypad" /></li> <li><strong>New Password:</strong></li> <li class="bpad"><input type="password" name="new_password" class="field tnypad" /></li> <li><strong>New Password:</strong> <span class="stxt itl">(again)</span></li> <li class="bpad"><input type="password" name="new_password_copy" class="field tnypad" /></li> <li><input type="submit" value="Submit Request" class="pswrdbtn hand"></li> </ul> </form> <</capture>> <div id="content"> <<*desc var=result*>> <h1 class="blue-one">Lost Password Reset</h1> <<if $LostPassword.status == "initiated">> <<FormMail postvar=lost_password>> <<FormMailMessage name=lost_password contentType='text/html' subject='Lost Password Reset Request' to=$LostPassword.email from=$sfs.pswrd_from_email fromName=$sfs.pswrd_from_name part=html >> <<$message_html>> <</FormMailMessage>> <<FormMailMessage name=lost_password part=text>><<$message_text>><</FormMailMessage>> <<FormMailSend assign=sent>> <<if $sent>> <<$message_sent>> <<$change_password_form>> <<else>> <<$message_unsent>> <</if>> <<elseif $LostPassword.status == "existing">> <<$message_existing>> <<$change_password_form>> <<elseif $LostPassword.status == "approved">> <<$message_approved>> <<$change_password_form>> <<elseif $LostPassword.status == "not_approved">> <div class="bdr-btm bmarg"> <<$message_not_approved>> </div> <<$change_password_form>> <<elseif $LostPassword.status == "complete">> <<$message_complete>> <<elseif $LostPassword.status == "error">> <p>We're sorry, but an error occurred while updating your password. This is an internal error.</p> <<else>> <<if $LostPassword.status == "invalid">> <div class="bdr-btm bmarg"><<$message_invalid>></div> <<elseif $LostPassword.status == "expired">> <<$message_expired>> <<else>> <<$caption>> <</if>> <form method="post" action="/lost-password"> <input type="hidden" name="lost_password" value="initiate"/> <ul class="lostpswrd"> <li><strong>Account:</strong></li> <li class="bpad bmargs"><input type="text" name="login" size="30" value="<<$LostPassword.login>>" class="field tnypad" /></li> <li><strong>Email:</strong> <span class="stxt itl">(must match account)</span></li> <li class="bpad"><input type="text" name="email" size="30" value="<<$LostPassword.email>>" class="field tnypad" /></li> <li class="bpads"> <img class="security-image" src="/images/security.jpg" title="Enter this code in the field below to verify" alt="Security Image" /> <a title="Click here to get a new code" href="/lost-password" onClick="return $.xui.refreshSecurityCodes()"><img alt="" src="/images/framework/pswrd-refresh.png"/></a> <small class="block itl mtxt bld">Trouble reading the security code?<br />(the numbers 1 and 0 and the letters i, l and o are not used)</small> </li> <li><strong>Enter Security Code:</strong> <span class="stxt itl">(from above)</span></li> <li class="bpad"><input type="text" name="security_code" class="field tnypad" /></li> <li><input type="submit" value="Submit Request" class="pswrdbtn hand"></li> </ul> </form> <</if>> </div> <<include file="common/footer.tpl">> </div> <<include file="common/analytics.tpl">> </body> </html>
5 /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/libs/sysplugins/smarty_internal_template.php line 264:
Call: Smarty_Internal_TemplateCompilerBase->compileTemplate
Arguments:
1 : Smarty_Internal_Template Object ([no string representation])
(
  [compiler_object]                               -> Smarty_Internal_SmartyTemplateCompiler Object
                                                     {
                                                       'local_var'                             => array // (0)
                                                                                                  (
                                                                                                  )
                                                       'suppressNocacheProcessing'             => [FALSE]
                                                       '_tag_stack'                            => array // (1)
                                                                                                  (
                                                                                                    '0' => array // (2)
                                                                                                           (
                                                                                                             '0' => if
                                                                                                             '1' => array // (2)
                                                                                                                    (
                                                                                                                      '0' => 1
                                                                                                                      '1' => 0
                                                                                                                    )
                                                                                                           )
                                                                                                  )
                                                       'template'                              => [RECURSION] Smarty_Internal_Template
                                                       [smarty]                                -> MySmarty Object
                                                                                                  {
                                                                                                    'cfg'                             => array // (10)
                                                                                                                                         (
                                                                                                                                           'left_delimiter'  => <<
                                                                                                                                           'right_delimiter' => >>
                                                                                                                                           'plugins_dir'     => array // (5)
                                                                                                                                                                (
                                                                                                                                                                  '0' => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/phplib/smarty/plugins
                                                                                                                                                                  '1' => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/libs/plugins
                                                                                                                                                                  '2' => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/includes/smarty/plugins
                                                                                                                                                                  '3' => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/library/smarty/plugins
                                                                                                                                                                  '4' => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/includes/smarty/class/plugins
                                                                                                                                                                )
                                                                                                                                           'template_dir'    => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/templates/
                                                                                                                                           'compile_dir'     => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/cache/smarty_compile/
                                                                                                                                           'cache_dir'       => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/cache/smarty_cache/
                                                                                                                                           'compile_id'      => Silver Falls Seed
                                                                                                                                           'prefilters'      => [RECURSION] Array(0)
                                                                                                                                           'postfilters'     => [RECURSION] Array(0)
                                                                                                                                           'outputfilters'   => [RECURSION] Array(0)
                                                                                                                                         )
                                                                                                    'auto_literal'                    => [TRUE]
                                                                                                    'error_unassigned'                => [FALSE]
                                                                                                    'template_dir'                    => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/templates/
                                                                                                    'default_template_handler_func'   => [NULL VALUE]
                                                                                                    'compile_dir'                     => /var/www/vhosts/silverfallsseed.com/.silverfallsseed/cache/smarty_compile/
                                                                                                    'plugins_dir'                     => [RECURSION] Array(5)
                                                                                                    'cache_dir'                       => Silver Falls Seed
                                                                                                    'config_dir'                      => [NULL VALUE]
                                                                                                    'force_compile'                   => [TRUE]
                                                                                                    'compile_check'                   => [TRUE]
                                                                                                    'compile_locking'                 => [TRUE]
                                                                                                    'use_sub_dirs'                    => [FALSE]
                                                                                                    'compile_error'                   => [FALSE]
                                                                                                    'caching'                         => [FALSE]
                                                                                                    'merge_compiled_includes'         => [FALSE]
                                                                                                    'cache_lifetime'                  => 3600
                                                                                                    'force_cache'                     => [FALSE]
                                                                                                    'cache_id'                        => [NULL VALUE]
                                                                                                    'compile_id'                      => [NULL VALUE]
                                                                                                    'left_delimiter'                  => <<
                                                                                                    'right_delimiter'                 => >>
                                                                                                    'security_class'                  => Smarty_Security
                                                                                                    'php_handling'                    => 0
                                                                                                    'allow_php_tag'                   => [FALSE]
                                                                                                    'allow_php_templates'             => [FALSE]
                                                                                                    'security'                        => [FALSE]
                                                                                                    'security_policy'                 => [NULL VALUE]
                                                                                                    'security_handler'                => [NULL VALUE]
                                                                                                    'direct_access_security'          => [TRUE]
                                                                                                    'trusted_dir'                     => [RECURSION] Array(0)
                                                                                                    'debugging'                       => [FALSE]
                                                                                                    'debugging_ctrl'                  => NONE
                                                                                                    'smarty_debug_id'                 => SMARTY_DEBUG
                                                                                                    'debug_tpl'                       => [NULL VALUE]
                                                                                                    'error_reporting'                 => [NULL VALUE]
                                                                                                    'config_overwrite'                => [TRUE]
                                                                                                    'config_booleanize'               => [TRUE]
                                                                                                    'config_read_hidden'              => [TRUE]
                                                                                                    'config_vars'                     => [RECURSION] Array(0)
                                                                                                    'tpl_vars'                        => array // (23)
                                                                                                                                         (
                                                                                                                                           [SiteResources]          -> Smarty_Variable Object
                                                                                                                                                                       {
                                                                                                                                                                         'value'   => array // (15)
                                                                                                                                                                                      (
                                                                                                                                                                                        '/'                           => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => dynamic/home
                                                                                                                                                                                                                           'uri'      => /
                                                                                                                                                                                                                           'file'     => dynamic/home.tpl
                                                                                                                                                                                                                           'title'    => Home
                                                                                                                                                                                                                           'template' => home.hidden.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2011-05-23 10:43:55
                                                                                                                                                                                                                           'link'     => /dynamic/home.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/retail-terms.html'          => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => retail-terms
                                                                                                                                                                                                                           'uri'      => /retail-terms.html
                                                                                                                                                                                                                           'file'     => retail-terms.tpl
                                                                                                                                                                                                                           'title'    => Retail terms and conditions
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-07-01 15:08:58
                                                                                                                                                                                                                           'link'     => /retail-terms.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/seed-packets.html'          => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => seed-packets
                                                                                                                                                                                                                           'uri'      => /seed-packets.html
                                                                                                                                                                                                                           'file'     => seed-packets.tpl
                                                                                                                                                                                                                           'title'    => Custom seed packets
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-22 10:27:39
                                                                                                                                                                                                                           'link'     => /seed-packets.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/retailer-info.html'         => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => retailer-info
                                                                                                                                                                                                                           'uri'      => /retailer-info.html
                                                                                                                                                                                                                           'file'     => retailer-info.tpl
                                                                                                                                                                                                                           'title'    => Silver Falls Seed Retailer Information
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-26 18:51:53
                                                                                                                                                                                                                           'link'     => /retailer-info.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/retail-locations.html'      => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => retail-locations
                                                                                                                                                                                                                           'uri'      => /retail-locations.html
                                                                                                                                                                                                                           'file'     => retail-locations.tpl
                                                                                                                                                                                                                           'title'    => Silver Falls Seed retail locations
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-28 09:38:50
                                                                                                                                                                                                                           'link'     => /retail-locations.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/large-retail-display.html'  => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => large-retail-display
                                                                                                                                                                                                                           'uri'      => /large-retail-display.html
                                                                                                                                                                                                                           'file'     => large-retail-display.tpl
                                                                                                                                                                                                                           'title'    => Large retail seed display
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-25 12:01:14
                                                                                                                                                                                                                           'link'     => /large-retail-display.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/small-retail-display.html'  => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => small-retail-display
                                                                                                                                                                                                                           'uri'      => /small-retail-display.html
                                                                                                                                                                                                                           'file'     => small-retail-display.tpl
                                                                                                                                                                                                                           'title'    => Small retail seed displays
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-22 10:27:39
                                                                                                                                                                                                                           'link'     => /small-retail-display.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/lost-password'              => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => dynamic/lost-password
                                                                                                                                                                                                                           'uri'      => /lost-password
                                                                                                                                                                                                                           'file'     => dynamic/lost-password.tpl
                                                                                                                                                                                                                           'title'    => Lost Password Reset Form
                                                                                                                                                                                                                           'template' => lost-password.hidden.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-22 10:27:39
                                                                                                                                                                                                                           'link'     => /dynamic/lost-password.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/planting-instructions.html' => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => planting-instructions
                                                                                                                                                                                                                           'uri'      => /planting-instructions.html
                                                                                                                                                                                                                           'file'     => planting-instructions.tpl
                                                                                                                                                                                                                           'title'    => Flower seed planting tips and instructions
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 0
                                                                                                                                                                                                                           'lastmod'  => 2010-06-25 10:54:44
                                                                                                                                                                                                                           'link'     => /planting-instructions.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/FeaturedProduct.html'       => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => FeaturedProduct
                                                                                                                                                                                                                           'uri'      => /FeaturedProduct.html
                                                                                                                                                                                                                           'file'     => FeaturedProduct.tpl
                                                                                                                                                                                                                           'title'    => Featured Product
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 1
                                                                                                                                                                                                                           'lastmod'  => 2010-06-26 18:56:02
                                                                                                                                                                                                                           'link'     => /FeaturedProduct.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/SFS-Faqs.html'              => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => SFS-Faqs
                                                                                                                                                                                                                           'uri'      => /SFS-Faqs.html
                                                                                                                                                                                                                           'file'     => SFS-Faqs.tpl
                                                                                                                                                                                                                           'title'    => Faq's
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 1
                                                                                                                                                                                                                           'lastmod'  => 2010-07-26 15:03:36
                                                                                                                                                                                                                           'link'     => /SFS-Faqs.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/garden-tips-facts.html'     => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => garden-tips-facts
                                                                                                                                                                                                                           'uri'      => /garden-tips-facts.html
                                                                                                                                                                                                                           'file'     => garden-tips-facts.tpl
                                                                                                                                                                                                                           'title'    => Gardening Help
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 1
                                                                                                                                                                                                                           'lastmod'  => 2010-08-02 19:46:57
                                                                                                                                                                                                                           'link'     => /garden-tips-facts.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/survey.html'                => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => survey
                                                                                                                                                                                                                           'uri'      => /survey.html
                                                                                                                                                                                                                           'file'     => survey.tpl
                                                                                                                                                                                                                           'title'    => Customer Survey
                                                                                                                                                                                                                           'template' => survey.hidden.tpl
                                                                                                                                                                                                                           'visible'  => 1
                                                                                                                                                                                                                           'lastmod'  => 2010-07-27 09:00:53
                                                                                                                                                                                                                           'link'     => /survey.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/about-SFS.html'             => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => about-SFS
                                                                                                                                                                                                                           'uri'      => /about-SFS.html
                                                                                                                                                                                                                           'file'     => about-SFS.tpl
                                                                                                                                                                                                                           'title'    => About Us
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 1
                                                                                                                                                                                                                           'lastmod'  => 2010-07-30 10:04:32
                                                                                                                                                                                                                           'link'     => /about-SFS.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                        '/sitemap.html'               => array // (9)
                                                                                                                                                                                                                         (
                                                                                                                                                                                                                           'site_id'  => silverfallsseed
                                                                                                                                                                                                                           'name'     => sitemap
                                                                                                                                                                                                                           'uri'      => /sitemap.html
                                                                                                                                                                                                                           'file'     => sitemap.tpl
                                                                                                                                                                                                                           'title'    => Sitemap
                                                                                                                                                                                                                           'template' => basic.tpl
                                                                                                                                                                                                                           'visible'  => 1
                                                                                                                                                                                                                           'lastmod'  => 2010-11-12 15:47:33
                                                                                                                                                                                                                           'link'     => /sitemap.html
                                                                                                                                                                                                                         )
                                                                                                                                                                                      )
                                                                                                                                                                         'nocache' => [FALSE]
                                                                                                                                                                         'scope'   => 0
                                                                                                                                                                       }
                                                                                                                                           [sfs]                    -> Smarty_Variable Object
                                                                                                                                                                       {
                                                                                                                                                                         'value'   => array // (19)
                                                                                                                                                                                      (
                                                                                                                                                                                        'per_page'         => 15
                                                                                                                                                                                        'site_is_live'     => 1
                                                                                                                                                                                        'admin_ips'        => 50.53.132.161
                                                                                                                                                                                        'company'          => Silver Falls Seed Company
                                                                                                                                                                                        'address'          => PO Box 885
                                                                                                                                                                                        'city'             => Silverton
                                                                                                                                                                                        'state'            => OR
                                                                                                                                                                                        'zipcode'          => 97381
                                                                                                                                                                                        'admin_email'      => contact@silverfallsseed.com
                                                                                                                                                                                        'site_name'        => Silver Falls Seed Company
                                                                                                                                                                                        'global_keyw'      => flower seed, grass seed, Oregon native seed, wildflower seed, cereal grain seed, vegetable seed, garden seeds, lawn seed, turf seed, landscape seed, seed packets, custom seed packets
                                                                                                                                                                                        'global_desc'      => Farm Direct flower seed, wildflower seed, grass seed, Oregon native seed, vegetable seeds and cereal grain seeds for your farm, lawn, landscape or gardening projects.
                                                                                                                                                                                        'phone'            => (503) 874-8221
                                                                                                                                                                                        'fax'              => (503) 873-8861
                                                                                                                                                                                        'order_from_email' => contact@silverfallsseed.com
                                                                                                                                                                                        'order_from_name'  => Silver Falls Seed Staff
                                                                                                                                                                                        'pswrd_from_email' => contact@silverfallsseed.com
                                                                                                                                                                                        'pswrd_from_name'  => Silver Falls Seed Staff
                                                                                                                                                                                        'server_domain'    => www.silverfallsseed.com
                                                                                                                                                                                      )
                                                                                                                                                                         'nocache' => [FALSE]
                                                                                                                                                                         'scope'   => 0
                                                                                                                                                                       }
                                                                                                                                           [MainCategories]         -> Smarty_Variable Object
                                                                                                                                                                       {
                                                                                                                                                                         'value'   => array // (8)
                                                                                                                                                                                      (
                                                                                                                                                                                        '4'  => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 4
                                                                                                                                                                                                  'signature'   => Oregon-Native-Seed
                                                                                                                                                                                                  'uri'         => /seed/Oregon-Native-Seed/
                                                                                                                                                                                                  'name'        => Oregon Native Seed
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.4.jpg
                                                                                                                                                                                                  'link'        => /seed/Oregon-Native-Seed/
                                                                                                                                                                                                )
                                                                                                                                                                                        '10' => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 10
                                                                                                                                                                                                  'signature'   => Individual-Flower-Seed-Species
                                                                                                                                                                                                  'uri'         => /seed/Individual-Flower-Seed-Species/
                                                                                                                                                                                                  'name'        => Individual Flower Seed Species
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.10.jpg
                                                                                                                                                                                                  'link'        => /seed/Individual-Flower-Seed-Species/
                                                                                                                                                                                                )
                                                                                                                                                                                        '11' => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 11
                                                                                                                                                                                                  'signature'   => Individual-Grass-Seed-Species
                                                                                                                                                                                                  'uri'         => /seed/Individual-Grass-Seed-Species/
                                                                                                                                                                                                  'name'        => Individual Grass Seed Species
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.11.jpg
                                                                                                                                                                                                  'link'        => /seed/Individual-Grass-Seed-Species/
                                                                                                                                                                                                )
                                                                                                                                                                                        '1'  => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 1
                                                                                                                                                                                                  'signature'   => Flower-Seed-Mixes-and-Blends
                                                                                                                                                                                                  'uri'         => /seed/Flower-Seed-Mixes-and-Blends/
                                                                                                                                                                                                  'name'        => Flower Seed Mixes and Blends
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.1.jpg
                                                                                                                                                                                                  'link'        => /seed/Flower-Seed-Mixes-and-Blends/
                                                                                                                                                                                                )
                                                                                                                                                                                        '2'  => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 2
                                                                                                                                                                                                  'signature'   => Grass-Seed-Mixes-and-Blends
                                                                                                                                                                                                  'uri'         => /seed/Grass-Seed-Mixes-and-Blends/
                                                                                                                                                                                                  'name'        => Grass Seed Mixes and Blends
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.2.jpg
                                                                                                                                                                                                  'link'        => /seed/Grass-Seed-Mixes-and-Blends/
                                                                                                                                                                                                )
                                                                                                                                                                                        '12' => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 12
                                                                                                                                                                                                  'signature'   => Cereal-Grain-Seed-Species
                                                                                                                                                                                                  'uri'         => /seed/Cereal-Grain-Seed-Species/
                                                                                                                                                                                                  'name'        => Cereal Grain Seed Species
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.12.jpg
                                                                                                                                                                                                  'link'        => /seed/Cereal-Grain-Seed-Species/
                                                                                                                                                                                                )
                                                                                                                                                                                        '3'  => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 3
                                                                                                                                                                                                  'signature'   => Ground-Cover-and-Erosion-Control-Seed
                                                                                                                                                                                                  'uri'         => /seed/Ground-Cover-and-Erosion-Control-Seed/
                                                                                                                                                                                                  'name'        => Ground Cover and Erosion Control Seed
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.3.jpg
                                                                                                                                                                                                  'link'        => /seed/Ground-Cover-and-Erosion-Control-Seed/
                                                                                                                                                                                                )
                                                                                                                                                                                        '16' => array // (7)
                                                                                                                                                                                                (
                                                                                                                                                                                                  'category_id' => 16
                                                                                                                                                                                                  'signature'   => Forage-Mixes
                                                                                                                                                                                                  'uri'         => /seed/Forage-Mixes/
                                                                                                                                                                                                  'name'        => Forage Mixes
                                                                                                                                                                                                  'lastmod'     => 2010-06-22 10:27:41
                                                                                                                                                                                                  'thumb'       => https://www.silverfallsseed.com/files/thumbs/c.16.jpg
                                                                                                                                                                                                  'link'        => /seed/Forage-Mixes/
                                                                                                                                                                                                )
                                                                                                                                                                                      )
                                                                                                                                                                         'nocache' => [FALSE]
                                                                                                                                                                         'scope'   => 0
                                                                                                                                                                       }
                                                                                                                                           [LostPassword]           -> Smarty_Variable Object
                                                                                                                                                                       {
                                                                                                                                                                         'value'   => array // (4)
                                                                                                                                                                                      (
                                                                                                                                                                                        'login'         => [NULL VALUE]
                                                                                                                                                                                        'email'         => [NULL VALUE]
                                                                                                                                                                                        'approval_code' => [NULL VALUE]
                                                                                                                                                                                        'status'        => [NULL VALUE]
                                                                                                                                                                                      )
                                                                                                                                                                         'nocache' => [FALSE]
                                                                                                                                                                         'scope'   => 0
                                                                                                                                                                       }
                                                                                                                                           [Shipping]               -> Smarty_Variable Object
                                                                                                                                                                       {
                                                                                                                                                                         [value]           -> Shipping Object
                                                                                                                                                                                              {
                                                                                                                                                                                              }
                                                                                                                                                                         'nocache'         => [FALSE]
                                                                                                                                                                         'scope'           => 0
                                                                                                                                                                       }
                                                                                                                                           [Cart]                   -> Smarty_Variable Object
                                                                                                                                                                       {
                                                                                                                                                                         [value]       -> Cart Object
                                                                                                                                                                                          {
                                                                                                                                                                                            'idx'   => 1000
                                                                                                                                                                                            'items' => [RECURSION] Array(0)
                                                                                                                                                                                          }
                                                                                                                                                                         'nocache'     => [FALSE]
                                                                                                                                                                         'scope'       => 0
                                                                                                                                                                       }
                                                                                                                                           [Discounts]              -> Smarty_Variable O