[ Index ] |
PHP Cross Reference of Textpattern 4.0.8 |
[Summary view] [Print] [Text view]
1 <?php 2 3 /* 4 $HeadURL: https://textpattern.googlecode.com/svn/releases/4.0.8/source/textpattern/lib/taglib.php $ 5 $LastChangedRevision: 2868 $ 6 */ 7 8 $article_tags = array( 9 'permlink', 10 'posted', 11 'title', 12 'body', 13 'excerpt', 14 'section', 15 'category1', 16 'category2', 17 'article_image', 18 'comments_invite', 19 'author', 20 ); 21 22 $link_tags = array( 23 'link', 24 'linkdesctitle', 25 'link_name', 26 'link_description', 27 'link_category', 28 'link_date' 29 ); 30 31 $comment_tags = array( 32 'comments', 33 'comments_form', 34 'comments_preview', 35 ); 36 37 $comment_details_tags = array( 38 'comment_permlink', 39 'comment_name', 40 'comment_email', 41 'comment_web', 42 'comment_time', 43 'comment_message', 44 ); 45 46 $comment_form_tags = array( 47 'comment_name_input', 48 'comment_email_input', 49 'comment_web_input', 50 'comment_message_input', 51 'comment_remember', 52 'comment_preview', 53 'comment_submit', 54 ); 55 56 $search_result_tags = array( 57 'search_result_title', 58 'search_result_excerpt', 59 'search_result_date', 60 'search_result_url', 61 ); 62 63 $file_download_tags = array( 64 'file_download_link', 65 'file_download_name', 66 'file_download_description', 67 'file_download_category', 68 'file_download_created', 69 'file_download_modified', 70 'file_download_size', 71 'file_download_downloads', 72 ); 73 74 $category_tags = array( 75 'category', 76 'if_category' 77 ); 78 79 $section_tags = array( 80 'section', 81 'if_section' 82 ); 83 84 $page_article_tags = array( 85 'article', 86 'article_custom', 87 ); 88 89 $page_article_nav_tags = array( 90 'prev_title', 91 'next_title', 92 'link_to_prev', 93 'link_to_next', 94 'older', 95 'newer', 96 ); 97 98 $page_nav_tags = array( 99 'link_to_home', 100 'section_list', 101 'category_list', 102 'popup', 103 'recent_articles', 104 'recent_comments', 105 'related_articles', 106 'search_input', 107 ); 108 109 $page_xml_tags = array( 110 'feed_link', 111 'link_feed_link', 112 ); 113 114 $page_misc_tags = array( 115 'page_title', 116 'css', 117 'site_name', 118 'site_slogan', 119 'breadcrumb', 120 'search_input', 121 'email', 122 'linklist', 123 'password_protect', 124 'output_form', 125 'lang', 126 ); 127 128 $page_file_tags = array( 129 'file_download_list', 130 'file_download', 131 'file_download_link', 132 ); 133 134 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu May 21 23:03:01 2009 | Cross-referenced by PHPXref 0.7 |