【发布时间】:2015-01-03 11:00:01
【问题描述】:
我正在尝试在我的前端视图(组件)中实现 Bootstrap。
但这对我不起作用。
路径组件/com_helloworld/views/helloworlds/tmpl/default.php
这里是代码
<?php JHtml::_('behavior.framework'); ?>
<div class="container">
<table class="table table-striped">
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
<th>Phone</th>
<th>Adress</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Lee</td>
<td>johnlee@gmail.com.com</td>
<td>899888777887</td>
<td>SNR</td>
</tr>
</tbody>
</table>
【问题讨论】:
-
嗨!一段时间以来,Joomla 拥有自己的 StackExchange 站点:joomla.stackexchange.com。我建议你在那里问你未来的joomla相关问题。
标签: twitter-bootstrap joomla joomla3.0