博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Page Template Suggestions per Node Type
阅读量:5771 次
发布时间:2019-06-18

本文共 734 字,大约阅读时间需要 2 分钟。

  hot3.png

Sometimes its useful to have a page.tpl.php template per node type. While you can have a node-[type].tpl.php be default in Drupal 6, the same does not apply to page level templates.
To add these template suggestions to your theme simply add the following code to template.php, replacing themeName with the name of your theme.

Drupal 6

type); }}?>

Drupal 7

Note the slightly different syntax for D7 template suggestions - they use two hyphens instead of one:

type); }}?>

扩展阅读:

Drupal 7 create a page template for a custom node content type

http://leepowers.net/drupal-node-custom-content-type-page-template

Drupal 7 Template (Theme Hook) Suggestions

http://drupal.org/node/1089656

转载于:https://my.oschina.net/haojay/blog/94179

你可能感兴趣的文章
人人都会深度学习之Tensorflow基础快速入门
查看>>
ChPlayer播放器的使用
查看>>
js 经过修改改良的全浏览器支持的软键盘,随机排列
查看>>
Mysql读写分离
查看>>
Oracle 备份与恢复学习笔记(5_1)
查看>>
Oracle 备份与恢复学习笔记(14)
查看>>
分布式配置中心disconf第一部(基本介绍)
查看>>
Scenario 9-Shared Uplink Set with Active/Active uplink,802.3ad(LACP)-Flex-10
查看>>
UML类图中的六种关系
查看>>
探寻Interpolator源码,自定义插值器
查看>>
一致性哈希
查看>>
mysql(待整理)
查看>>
看雪论坛502,出现安全宝?
查看>>
使用PullToRefresh实现下拉刷新和上拉加载
查看>>
mysql
查看>>
2012年电信业八大发展趋势
查看>>
Web日志安全分析工具 v2.0发布
查看>>
JS重载
查看>>
python2和python3同安装在Windows上,切换问题
查看>>
php加速工具xcache的安装与使用(基于LNMP环境)
查看>>