[ Index ] [ Index ]     [ Classes ]     [ Functions ]     [ Variables ]     [ Constants ]

PHP Cross Reference of TXP stable 4.0.6

title

Body

[close]

/textpattern/lib/ -> taglib.php (source)

   1  <?php
   2  
   3  /*
   4  $HeadURL: http://svn.textpattern.com/releases/4.0.6/source/textpattern/lib/taglib.php $
   5  $LastChangedRevision: 2612 $
   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  $page_article_tags = array(
  75      'article',
  76      'article_custom',
  77  );
  78  
  79  $page_article_nav_tags = array(
  80      'prev_title',
  81      'next_title',
  82      'link_to_prev',
  83      'link_to_next',
  84      'older',
  85      'newer',
  86  );
  87  
  88  $page_nav_tags = array(
  89      'link_to_home',
  90      'section_list',
  91      'category_list',
  92      'popup',
  93      'recent_articles',
  94      'recent_comments',
  95      'related_articles',
  96      'search_input',
  97  );
  98  
  99  $page_xml_tags = array(
 100      'feed_link',
 101      'link_feed_link',
 102  );
 103  
 104  $page_misc_tags = array(
 105      'page_title',
 106      'css',
 107      'site_name',
 108      'site_slogan',
 109      'breadcrumb',
 110      'search_input',
 111      'email',
 112      'linklist',
 113      'password_protect',
 114      'output_form',
 115      'lang',
 116  );
 117  
 118  $page_file_tags = array(
 119      'file_download_list',
 120      'file_download',
 121      'file_download_link',
 122  );
 123  
 124  ?>


Generated: Mon Feb 18 03:42:45 2008 Cross-referenced by PHPXref 0.7