[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/siteaccess/admin/ -> override.ini.append.php (source)

   1  <?php /* #?ini charset="utf8"?
   2  
   3  ###############################################################################
   4  #
   5  # Admin preview templates (in alphabetical order)
   6  #
   7  ###############################################################################
   8  [article]
   9  Source=node/view/admin_preview.tpl
  10  MatchFile=admin_preview/article.tpl
  11  Subdir=templates
  12  Match[class_identifier]=article
  13  
  14  [comment]
  15  Source=node/view/admin_preview.tpl
  16  MatchFile=admin_preview/comment.tpl
  17  Subdir=templates
  18  Match[class_identifier]=comment
  19  
  20  [company]
  21  Source=node/view/admin_preview.tpl
  22  MatchFile=admin_preview/company.tpl
  23  Subdir=templates
  24  Match[class_identifier]=company
  25  
  26  [feedback_form]
  27  Source=node/view/admin_preview.tpl
  28  MatchFile=admin_preview/feedback_form.tpl
  29  Subdir=templates
  30  Match[class_identifier]=feedback_form
  31  
  32  [file]
  33  Source=node/view/admin_preview.tpl
  34  MatchFile=admin_preview/file.tpl
  35  Subdir=templates
  36  Match[class_identifier]=file
  37  
  38  [flash]
  39  Source=node/view/admin_preview.tpl
  40  MatchFile=admin_preview/flash.tpl
  41  Subdir=templates
  42  Match[class_identifier]=flash
  43  
  44  [folder]
  45  Source=node/view/admin_preview.tpl
  46  MatchFile=admin_preview/folder.tpl
  47  Subdir=templates
  48  Match[class_identifier]=folder
  49  
  50  [forum]
  51  Source=node/view/admin_preview.tpl
  52  MatchFile=admin_preview/forum.tpl
  53  Subdir=templates
  54  Match[class_identifier]=forum
  55  
  56  [forum_topic]
  57  Source=node/view/admin_preview.tpl
  58  MatchFile=admin_preview/forum_topic.tpl
  59  Subdir=templates
  60  Match[class_identifier]=forum_topic
  61  
  62  [forum_reply]
  63  Source=node/view/admin_preview.tpl
  64  MatchFile=admin_preview/forum_reply.tpl
  65  Subdir=templates
  66  Match[class_identifier]=forum_reply
  67  
  68  [gallery]
  69  Source=node/view/admin_preview.tpl
  70  MatchFile=admin_preview/gallery.tpl
  71  Subdir=templates
  72  Match[class_identifier]=gallery
  73  
  74  [image]
  75  Source=node/view/admin_preview.tpl
  76  MatchFile=admin_preview/image.tpl
  77  Subdir=templates
  78  Match[class_identifier]=image
  79  
  80  [link]
  81  Source=node/view/admin_preview.tpl
  82  MatchFile=admin_preview/link.tpl
  83  Subdir=templates
  84  Match[class_identifier]=link
  85  
  86  [person]
  87  Source=node/view/admin_preview.tpl
  88  MatchFile=admin_preview/person.tpl
  89  Subdir=templates
  90  Match[class_identifier]=person
  91  
  92  [poll]
  93  Source=node/view/admin_preview.tpl
  94  MatchFile=admin_preview/poll.tpl
  95  Subdir=templates
  96  Match[class_identifier]=poll
  97  
  98  [product]
  99  Source=node/view/admin_preview.tpl
 100  MatchFile=admin_preview/product.tpl
 101  Subdir=templates
 102  Match[class_identifier]=product
 103  
 104  [multiprice_product]
 105  Match[class_identifier]=multiprice_product
 106  Source=node/view/admin_preview.tpl
 107  MatchFile=admin_preview/multiprice_product.tpl
 108  Subdir=templates
 109  
 110  [review]
 111  Source=node/view/admin_preview.tpl
 112  MatchFile=admin_preview/review.tpl
 113  Subdir=templates
 114  Match[class_identifier]=review
 115  
 116  [quicktime]
 117  Source=node/view/admin_preview.tpl
 118  MatchFile=admin_preview/quicktime.tpl
 119  Subdir=templates
 120  Match[class_identifier]=quicktime
 121  
 122  [real_video]
 123  Source=node/view/admin_preview.tpl
 124  MatchFile=admin_preview/real_video.tpl
 125  Subdir=templates
 126  Match[class_identifier]=real_video
 127  
 128  [weblog]
 129  Source=node/view/admin_preview.tpl
 130  MatchFile=admin_preview/weblog.tpl
 131  Subdir=templates
 132  Match[class_identifier]=weblog
 133  
 134  [windows_media]
 135  Source=node/view/admin_preview.tpl
 136  MatchFile=admin_preview/windows_media.tpl
 137  Subdir=templates
 138  Match[class_identifier]=windows_media
 139  
 140  
 141  ###############################################################################
 142  #
 143  # Thumbnail templates
 144  #
 145  ###############################################################################
 146  [thumbnail_image]
 147  Source=node/view/thumbnail.tpl
 148  MatchFile=thumbnail/image.tpl
 149  Subdir=templates
 150  Match[class_identifier]=image
 151  
 152  [thumbnail_image_browse]
 153  Source=node/view/browse_thumbnail.tpl
 154  MatchFile=thumbnail/image_browse.tpl
 155  Subdir=templates
 156  Match[class_identifier]=image
 157  
 158  [window_controls]
 159  Source=window_controls.tpl
 160  MatchFile=window_controls_user.tpl
 161  Subdir=templates
 162  Match[navigation_part_identifier]=ezusernavigationpart
 163  
 164  [windows]
 165  Source=windows.tpl
 166  MatchFile=windows_user.tpl
 167  Subdir=templates
 168  Match[navigation_part_identifier]=ezusernavigationpart
 169  
 170  
 171  ###############################################################################
 172  #
 173  # Miscellaneous overrides
 174  #
 175  ###############################################################################
 176  [embed_image]
 177  Source=content/view/embed.tpl
 178  MatchFile=embed_image.tpl
 179  Subdir=templates
 180  Match[class_identifier]=image
 181  
 182  [template_look]
 183  Source=content/edit.tpl
 184  MatchFile=template_look_edit.tpl
 185  Subdir=templates
 186  Match[class_identifier]=template_look
 187  */ ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7