Answer the question
In order to leave comments, you need to log in
Where is the custom Smarty tag {$dg} described?
I got an online store written by other developers on RexFramework (personal development of the company). The task is to fix the paginator, in principle, nothing complicated, but then I ran into a problem. The paginator is described in the Smarty template like this {$dg}, there is no closing tag... In the browser, the paginator looks dull:
<div class="dg_pager_container">
<span>[1]</span>
<a href="javascript: void(0);" class="dg_pager" page="2">2</a>
<a href="javascript: void(0);" class="dg_pager" page="3">3</a>
<a href="javascript: void(0);" class="dg_pager" page="4">4</a>
<a href="javascript: void(0);" class="dg_pager" page="2">Next</a>
<a href="javascript: void(0);" class="dg_pager" page="4">Last</a>
</div>
Answer the question
In order to leave comments, you need to log in
This is not a custom tag, this is the output of a smart variable. Look in the controller where this variable is set.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question