⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.10
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
7568
/
root
/
home
/
tech
/
www
/
script
/
app
/
stub
/
Edit File: home.stub
<?php /** * Define Options Feilds * * @return options feilds for theme customizers */ function customizeOptions() { $options['hero_area'] = array( 'id'=>'hero_area', 'title'=>'Site Identity', 'icon'=>'flaticon-clipboard', 'sections'=>array( 'id'=>'site-identity', 'name'=>'site-identity', 'title'=>'Site Identity', 'fields'=>array( array( 'id'=>'logo', 'name'=>'logo', 'type'=>'image', 'title'=>'Logo', 'placeholder'=>'Logo', ), array( 'id'=>'favicon', 'name'=>'favicon', 'type'=>'image', 'title'=>'favicon', 'placeholder'=>'favicon', ), array( 'id'=>'phone', 'name'=>'phone', 'type'=>'text', 'title'=>'Phone Number', 'placeholder'=>'Enter Contact Number', ), array( 'id'=>'address', 'name'=>'address', 'type'=>'text', 'title'=>'Address', 'placeholder'=>'Enter Address', ), ) ) ); $options['about'] = array( 'id'=>'about', 'title'=>'mission', 'icon'=>'flaticon-clipboard', 'sections'=>array( 'name'=>'mission', 'title'=>'mission', 'fields'=>array( array( 'id'=>'phone', 'name'=>'phone', 'type'=>'text', 'title'=>'Phone Number', 'placeholder'=>'Enter Contact Number', ), array( 'id'=>'address', 'name'=>'address', 'type'=>'text', 'title'=>'Address', 'placeholder'=>'Enter Address', ), ) ) ); return $options; }
Simpan