search_page_title

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in search.naml
43
44
45
46
47
48
<macro name="search_page_title" requires="search">
    <n.title
Macro
Parameters: text
.>
        <n.case_all
Macro
Requires: search
Parameters: do
.>Search for '<n.search_query_field
Macro
Parameters: do
.value
Binary
Namespace: FieldNamespace
/>'</n.case_all.>
        <n.case_author_search
Macro
Requires: search
Parameters: do
.>Messages of <n.user
Binary
Namespace: SearchNamespace
Parameters: do
.name
Binary
Namespace: UserNamespace
Parameters: truncate
/></n.case_author_search.>
    </n.title.>
</macro>