Home
last modified time | relevance | path

Searched refs:entryfields (Results 1 – 1 of 1) sorted by relevance

/plugin/bb4dw/
Dtemplating.php112 foreach ($group as $entryfields) {
113 $entries_res .= $this->process_tpl_entry($entryfields, $entry_tpl[1]);
130 private function process_tpl_entry(array $entryfields, string $tpl): string { argument
136 [$entryfields['key']],
140 $result = $this->resolve_conditions($entryfields, $result);
146 foreach ($entryfields as $key => $value) {
148 $value = $entryfields['niceauthor'];