2016-08-01 56 views
0

這裏是我的Login.ctp文件代碼如何安裝引導主題到蛋糕的PHP項目

<?php 
 
\t \t echo $this->Flash->render('auth'); 
 
\t \t echo $this->Form->create('User'); 
 
\t \t echo $this->Form->input('username'); 
 
\t \t echo $this->Form->input('password'); 
 
\t \t //echo $this->Form->input('full_name'); 
 
\t \t echo $this->Form->end('Log In'); 
 
\t ?>

I want such Background(css using Admin Lt Theme

But I have this view after adding bootstrap CSS File

+0

如何發佈您的CSS代碼,以便我們可以看到你做了什麼? – Takarii

+0

我不能在這裏複製到代碼爲 的很多css文件這裏是鏈接你可以在這個模板中檢查https://codeload.github.com/almasaeed2010/AdminLTE/zip/v2.3.5 –

+0

你不需要發佈整個代碼。只是與您遇到問題的部分相關的代碼。沒有代碼,沒有幫助 – Takarii

回答

2

使用主題登錄HTML .. ...

enter image description here