new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php namespace Project\Controllers;
|
||||
use DB;
|
||||
use Import;
|
||||
use URL;
|
||||
use Cookie;
|
||||
use Session;
|
||||
use ML;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class Etiketler extends Controller
|
||||
{
|
||||
|
||||
function main($label){
|
||||
$label = explode('.',$label);
|
||||
|
||||
$data['list'] = $this->blog_model->label_list($label['0']);
|
||||
import::view(THEMA_NAME.'blog/label_view',$data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user