X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   prnotice txt statement location (https://forum.x-cart.com/showthread.php?t=34861)

hoosierglass 10-23-2007 05:34 PM

prnotice txt statement location
 
where is the line $sm_prnotice_txt found at?
This is in reference to the original Powered By plug at the bottom of the main page.

Thanks I am having a mental block tonight.

chamberinternet 10-24-2007 01:40 AM

Re: prnotice txt statement location
 
/{$skindir}/main/prnotice.tpl

Regards

Shafiq :sK

hoosierglass 10-24-2007 04:01 AM

Re: prnotice txt statement location
 
OK I guess I didn't explain that too well. What I am looking for is {$sm_prnotice_txt} which is called in the prnotice.tpl

Mike

chamberinternet 10-24-2007 04:20 AM

Re: prnotice txt statement location
 
No worries ...

Bottom of /smarty.php
Code:

$smarty->assign("sm_prnotice_txt", @$_prnotice_txt);

Bottom of /include/templater.php
Code:

#
# Special parameter
#
$_prnotice_txt=<<<OUT
e-commerce software                                                           
OUT;


Regards

Shafiq :sK

hoosierglass 10-24-2007 05:17 AM

Re: prnotice txt statement location
 
Thanks a bundle. That was exactly what I was looking for and it worked like a charm.
Thanks again for being patient with me.

Mike

neonrider 08-06-2017 03:54 PM

Re: prnotice txt statement location
 
I finally figured it out.


All times are GMT -8. The time now is 11:07 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.