| View previous topic :: View next topic |
| Author |
Message |
PersianShare
Joined: 04 Nov 2009 Posts: 26
|
Posted: Feb 27, 2010 7:35 pm Post subject: [HOW to] Edit <TMPL_VAR paging> |
|
|
hello ,
I wanted to edit <TMPL_VAR paging>
please guide me how to do that.
(I wanna change this
| Code: | | <div class="paging"><b>1</b><a href='?sort_order=down&sort_field=file_created&fld_id=0&op=my_files&page=2'> |
to this one :
| Quote: | <div class="paging"><b>1</b><a href=http://www.mysite.com/'?sort_order=down&sort_field=file_created&fld_id=0&op=my_files&page=2'>
|
thanks in advanced |
|
| Back to top |
|
 |
castledracula
Joined: 24 Aug 2009 Posts: 14
|
Posted: Feb 28, 2010 1:15 am Post subject: |
|
|
| Code: | | <div class="paging"><b>1</b><a href='<TMPL_VAR site_url>/?sort_order=down&sort_field=file_created&fld_id=0&op=my_files&page=2'> |
|
|
| Back to top |
|
 |
|