XFileSharing Pro - [HOW to] Edit <TMPL_VAR paging>

Message
Author
PersianShare
Posts: 33
Joined: Nov 04, 2009 2:10 pm

[HOW to] Edit <TMPL_VAR paging>

#1 Postby PersianShare » Feb 27, 2010 7:35 pm

hello ,

I wanted to edit <TMPL_VAR paging>

please guide me how to do that.

(I wanna change this

Code: Select all

<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 :
<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

castledracula
Posts: 14
Joined: Aug 24, 2009 9:51 pm

#2 Postby castledracula » Feb 28, 2010 1:15 am

Code: Select all

<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'>